mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-15 12: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.
|
||||
stdenv = with pkgs;
|
||||
[ direnv cookiecutter oils-for-unix nushell ipcalc ]
|
||||
++ lib.optional stdenv.isLinux [
|
||||
++ lib.optionals stdenv.isLinux [
|
||||
gdb
|
||||
moreutils
|
||||
meson
|
||||
|
Loading…
Reference in New Issue
Block a user