tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Get rid of <nixpkgs>
Eelco Dolstra
12 years ago
84854877
ceb8ab7f
+1
-4
1 changed file
expand all
collapse all
unified
split
nixos
modules
installer
cd-dvd
channel.nix
+1
-4
nixos/modules/installer/cd-dvd/channel.nix
···
14
14
{ expr = builtins.readFile ../../../lib/channel-expr.nix; }
15
15
''
16
16
mkdir -p $out/nixos
17
17
-
# FIXME: should use ../../../.. instead of <nixpkgs>, but that
18
18
-
# doesn't work properly if <nixos> is a symlink to
19
19
-
# nixpkgs/nixos.
20
20
-
cp -prd ${<nixpkgs>} $out/nixos/nixpkgs
17
17
+
cp -prd ${pkgs.path} $out/nixos/nixpkgs
21
18
ln -s nixpkgs/nixos $out/nixos/nixos
22
19
chmod -R u+w $out/nixos
23
20
rm -rf $out/nixos/nixpkgs/.git