Skip to content

Commit 2cc4995

Browse files
committed
Un-pin <nixpkgs>
1 parent 172f10e commit 2cc4995

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shell.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
with import (fetchTarball
2-
"https://github.com/NixOS/nixpkgs/archive/refs/tags/21.05.tar.gz") { };
1+
with import <nixpkgs> { };
32
stdenv.mkDerivation {
4-
name = "xmonad";
3+
name = "tldr-hs";
54
buildInputs = [
65
ghc
76
zlib

0 commit comments

Comments
 (0)