diff --git a/flake.lock b/flake.lock index e46cd7a..d961db0 100644 --- a/flake.lock +++ b/flake.lock @@ -202,11 +202,11 @@ }, "stable": { "locked": { - "lastModified": 1670700605, - "narHash": "sha256-5dlpATkcyITpdtMflhltuD+A3RNpsVI1Mb+dtKkll6Y=", + "lastModified": 1672580127, + "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "7b9eeb856cbf976482fa8d1cb295ea03fb3e1277", + "rev": "0874168639713f547c05947c76124f78441ea46c", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index ce22878..4bce827 100644 --- a/flake.nix +++ b/flake.nix @@ -67,25 +67,15 @@ in { nixosConfigurations = { - "2maccabees" = machine { - system = "aarch64-linux"; - name = "2maccabees"; - channel = nixunstable; - }; - - - jude = machine { - name = "jude"; - channel = nixunstable; - }; - + "2maccabees" = machine { system = "aarch64-linux"; name = "2maccabees"; channel = nixunstable; }; + jude = machine { name = "jude"; channel = nixunstable; }; "linode" = machine { name = "linode"; }; "lappy" = machine { name = "lappy"; }; "iso" = machine { name = "iso"; }; # nix build '.#nixosConfigurations.wsl.config.system.build.installer' - "nixos" = machine { name = "wsl"; system = "aarch64-linux"; }; + "nixos" = machine { name = "wsl"; system = "aarch64-linux"; channel = nixunstable; }; # nix build '.#nixosConfigurations.wsl-aarch.config.system.build.installer' - "nixos-arm" = machine { name = "wsl"; system = "aarch64-linux"; }; + "nixos-arm" = machine { name = "wsl"; system = "aarch64-linux"; channel = nixunstable; }; }; darwinConfigurations =