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 a26f8cf commit ac45162Copy full SHA for ac45162
shell.nix
@@ -1,4 +1,5 @@
1
-{ pkgs ? import (fetchTarball "github.com/NixOS/nixpkgs/archive/7e9b0dff974c89e070da1ad85713ff3c20b0ca97.tar.gz") {}}:
+{ pkgs ? import <nixpkgs> {} }:
2
+# { pkgs ? import (fetchTarball "github.com/NixOS/nixpkgs/archive/7e9b0dff974c89e070da1ad85713ff3c20b0ca97.tar.gz") {}}:
3
# Pinned to the latest (as of this writing) release of NixOS 21.05
4
5
pkgs.mkShell {
0 commit comments