Skip to content

Commit ac45162

Browse files
committed
Does updating nix help?
1 parent a26f8cf commit ac45162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shell.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{ pkgs ? import (fetchTarball "github.com/NixOS/nixpkgs/archive/7e9b0dff974c89e070da1ad85713ff3c20b0ca97.tar.gz") {}}:
1+
{ pkgs ? import <nixpkgs> {} }:
2+
# { pkgs ? import (fetchTarball "github.com/NixOS/nixpkgs/archive/7e9b0dff974c89e070da1ad85713ff3c20b0ca97.tar.gz") {}}:
23
# Pinned to the latest (as of this writing) release of NixOS 21.05
34

45
pkgs.mkShell {

0 commit comments

Comments
 (0)