mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
doh. my typo while merging
svn path=/nixos/branches/modular-nixos/; revision=15376
This commit is contained in:
parent
0ba7449c11
commit
84b5d26ffc
@ -104,7 +104,7 @@ in
|
|||||||
let path = [
|
let path = [
|
||||||
pkgs.coreutils pkgs.gnugrep pkgs.findutils
|
pkgs.coreutils pkgs.gnugrep pkgs.findutils
|
||||||
pkgs.glibc # needed for getent
|
pkgs.glibc # needed for getent
|
||||||
pkgs.glibcLocals # needed for getent
|
pkgs.glibcLocales # needed for getent
|
||||||
pkgs.pwdutils
|
pkgs.pwdutils
|
||||||
]; in noDepEntry ''
|
]; in noDepEntry ''
|
||||||
export PATH=/empty
|
export PATH=/empty
|
||||||
|
Loading…
Reference in New Issue
Block a user