Skip to content

Commit

Permalink
default.nix: proper derivation name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jul 4, 2019
1 parent aa017b4 commit ce3bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
name = "nixos-shell";
src = ./.;
buildInputs = [ bash ];
preConfigure = ''
Expand Down

0 comments on commit ce3bbd0

Please sign in to comment.