updates
This commit is contained in:
parent
db56f0323c
commit
3b40f76557
2 changed files with 229 additions and 7 deletions
|
|
@ -15,6 +15,7 @@
|
|||
url = "github:RPCS3/rpcs3";
|
||||
flake = false;
|
||||
};
|
||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
home-manager,
|
||||
nix-gaming,
|
||||
rpcs3-latest,
|
||||
determinate,
|
||||
...
|
||||
} @ inputs: let
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -187,6 +189,7 @@
|
|||
modules = [
|
||||
{nixpkgs.overlays = [customPkgsOverlay];}
|
||||
./hosts/configuration.nix
|
||||
determinate.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue