diff options
author | Soispha <soispha@vhack.eu> | 2023-05-26 08:52:49 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-26 08:52:49 +0200 |
commit | 8428847def3bfe9579fd76ad9480f18687621e2d (patch) | |
tree | 1d71c215c5dac9057a6b7cbde1a53b6682166f67 /flake.lock | |
parent | Fix(host/marduk): Override the iso name, to avoid a merge conflict (diff) | |
download | nixos-config-8428847def3bfe9579fd76ad9480f18687621e2d.tar.gz nixos-config-8428847def3bfe9579fd76ad9480f18687621e2d.zip |
Fix(flake): Stay on 23.05 until all dependencies have been updated
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock index ea120eac..52bcd098 100644 --- a/flake.lock +++ b/flake.lock @@ -288,16 +288,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1684935479, - "narHash": "sha256-6QMMsXMr2nhmOPHdti2j3KRHt+bai2zw+LJfdCl97Mk=", + "lastModified": 1685057711, + "narHash": "sha256-MWKiIvx7Q9HATFCzSLfL4S3yvA6oV2pz+yRJEFvPTkw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f91ee3065de91a3531329a674a45ddcb3467a650", + "rev": "a0135679f44ac38551b89e800eadf93360319efc", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "release-23.05", "repo": "nixpkgs", "type": "github" } |