1
1
Fork 0

backyard: upgrade to 24.05

This commit is contained in:
Tim Van Baak 2024-06-30 04:57:36 +00:00
parent 781fa50e23
commit b6c3fc21e8
1 changed files with 2 additions and 7 deletions

View File

@ -27,16 +27,11 @@
}@inputs: {
nixosModules.beatific = import ./modules/beatific.nix;
nixosConfigurations = let
pinNixpkgs = nixpkgs: { ... }: {
nix.registry.nixpkgs.to = { type = "path"; path = nixpkgs; };
};
in {
backyard = nixpkgs-2311.lib.nixosSystem {
nixosConfigurations = {
backyard = nixpkgs-2405.lib.nixosSystem {
system = "x86_64-linux";
modules = [
self.nixosModules.beatific
(pinNixpkgs nixpkgs-2311)
./machine/backyard
];
};