inherit name in nix shell

This commit is contained in:
jacekpoz 2024-08-08 15:08:51 +02:00
parent 81c039c70e
commit 0401884144
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -16,7 +16,7 @@
system: let
pkgs = pkgsForEach.${system};
shell = pkgs.mkShell {
name = "ptk";
inherit name;
packages = with pkgs; [
bear