inherit name in nix shell
This commit is contained in:
parent
81c039c70e
commit
0401884144
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
system: let
|
||||
pkgs = pkgsForEach.${system};
|
||||
shell = pkgs.mkShell {
|
||||
name = "ptk";
|
||||
inherit name;
|
||||
|
||||
packages = with pkgs; [
|
||||
bear
|
||||
|
|
Loading…
Reference in a new issue