We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fe86c commit bf16aedCopy full SHA for bf16aed
shell.nix
@@ -1,4 +1,4 @@
1
-{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.11.tar.gz") {} }:
+{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-25.05.tar.gz") {} }:
2
3
pkgs.mkShell {
4
buildInputs = [
0 commit comments