Bump nix channel versions

This commit is contained in:
fi 2024-07-01 15:57:16 +02:00
parent 76db8d3907
commit afc8565fc7
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
2 changed files with 4 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ nixpkgs, nixpkgs-unstable, nixpkgs-23-05, ... }:
{ nixpkgs, nixpkgs-unstable, ... }:
let
# Set of environment specific modules
environments = {
@ -115,7 +115,6 @@ in
environment = "proxmox";
};
valkyrie = {
hostNixpkgs = nixpkgs-23-05;
site = "af";
environment = "openstack";
};