Skip to content

Commit

Permalink
tetra-zw: use nixpkgs 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jun 15, 2024
1 parent a56677e commit 5a4e40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
apps."x86_64-linux" = (import ./pkgs/deployment.nix { inherit self pkgs lib; });

nixosConfigurations = lib.attrsets.mapAttrs (name: value:
(if (name == "notice-me-senpai") then (nixpkgs-2311.lib.nixosSystem value) else (nixpkgs.lib.nixosSystem value))) unevaluatedNixosConfigurations;
(if (name == "notice-me-senpai" or name == "tetra-zw") then (nixpkgs-2311.lib.nixosSystem value) else (nixpkgs.lib.nixosSystem value))) unevaluatedNixosConfigurations;

hydraJobs =
let
Expand Down

0 comments on commit 5a4e40a

Please sign in to comment.