Add example vr flake thingy (not yet included)
This commit is contained in:
parent
973eebac90
commit
063ce150a5
1 changed files with 15 additions and 0 deletions
15
vr.nix
Normal file
15
vr.nix
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
inputs = {
|
||||||
|
nixpkgs-xr.url = "github:nix-community/nixpkgs-xr";
|
||||||
|
};
|
||||||
|
|
||||||
|
outputs = { nixpkgs, nixpkgs-xr, ... }: {
|
||||||
|
nixosConfigurations.foo = nixpkgs.lib.nixosSystem {
|
||||||
|
# ...
|
||||||
|
modules = [
|
||||||
|
# ...
|
||||||
|
nixpkgs-xr.nixosModules.nixpkgs-xr
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue