Skip to content

Commit 6a6bbaa

Browse files
committed
shell.nix: rename meta-package to -shell
1 parent c15a127 commit 6a6bbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let
2323
packages));
2424
metaPackage =
2525
haskellPackages.mkDerivation
26-
{ pname = "hnix-store-core";
26+
{ pname = "hnix-store-shell";
2727
version = "0.0.0.0";
2828
libraryHaskellDepends = external-inputs;
2929
license = pkgs.stdenv.lib.licenses.asl20;};

0 commit comments

Comments
 (0)