Skip to content

Commit 7f976cf

Browse files
committed
chore: upgrade nix
1 parent 863455c commit 7f976cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

shell.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
let
2-
32
nixpkgs = builtins.fetchTarball {
4-
name = "nixos-23.05-20231026-051829";
5-
url = "https://github.com/NixOS/nixpkgs/archive/04f431fe64a5.tar.gz";
6-
sha256 = "05lwii2zf4j790m886jqag4g5pgahjfg9balvfifah3aic8djzll";
3+
name = "nixos-24.05-20241112";
4+
url = "https://github.com/NixOS/nixpkgs/archive/9256f7c71a19.tar.gz";
5+
sha256 = "0dxwisjg7cg8m7lm1643s0fs9gplji1l25hiwplkqwa5c4hs6v5b";
76
};
87

98
pkgs = import nixpkgs { };

0 commit comments

Comments
 (0)