mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-15 18:19:00 +00:00
lib: fix stdenv
This commit is contained in:
parent
1ce3860ad8
commit
72b6d22f71
@ -24,7 +24,7 @@ in pkgs.lib.makeExtensible (self:
|
|||||||
# developer-oriented dependencies.
|
# developer-oriented dependencies.
|
||||||
stdenv = with pkgs;
|
stdenv = with pkgs;
|
||||||
[ direnv cookiecutter oils-for-unix nushell ipcalc ]
|
[ direnv cookiecutter oils-for-unix nushell ipcalc ]
|
||||||
++ lib.optional stdenv.isLinux [
|
++ lib.optionals stdenv.isLinux [
|
||||||
gdb
|
gdb
|
||||||
moreutils
|
moreutils
|
||||||
meson
|
meson
|
||||||
|
Loading…
Reference in New Issue
Block a user