Skip to content

Commit

Permalink
shell: make shell actually use the nixpkgs pin for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Thomsen committed Jun 10, 2020
1 parent 1e6b62d commit 23e3af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let
outpath="$(readlink -f ${packagingOut})/deps.nix"
${nix}/bin/nix-build -E 'with import <nixpkgs> {};
${nix}/bin/nix-build -E 'with import ${nixpkgs} {};
callPackage ./nix-packaging/default.nix {}' -A out $@
make-env
Expand Down

0 comments on commit 23e3af8

Please sign in to comment.