This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-02-21 19:44:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a16d43a8ac
nixpkgs
/
modules
/
installer
History
Shea Levy
a16d43a8ac
Make the stateDir and storeDir available for substitution into the tools
...
svn path=/nixos/trunk/; revision=30105
2011-10-29 22:00:25 +00:00
..
cd-dvd
find modules | fgrep .nix | fgrep -v .svn | fgrep -v nixpkgs.nix | xargs sed -i -e 's|/nix/var|${config.nixpkgs.config.nix.stateDir}|g' -e 's|/nix/store|${config.nixpkgs.config.nix.storeDir}|g'
2011-10-29 21:03:57 +00:00
generations-dir
find modules | fgrep .nix | fgrep -v .svn | fgrep -v nixpkgs.nix | xargs sed -i -e 's|/nix/var|${config.nixpkgs.config.nix.stateDir}|g' -e 's|/nix/store|${config.nixpkgs.config.nix.storeDir}|g'
2011-10-29 21:03:57 +00:00
grub
strip trailing whitespace; no functional change
2011-09-14 18:20:50 +00:00
init-script
strip trailing whitespace; no functional change
2011-09-14 18:20:50 +00:00
scan
* Add a module for the Broadcom firmware. Also, add it to the
2011-10-24 23:41:33 +00:00
tools
Make the stateDir and storeDir available for substitution into the tools
2011-10-29 22:00:25 +00:00