mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
* Missing semicolon.
svn path=/nixpkgs/trunk/; revision=729
This commit is contained in:
parent
c0bdcfe274
commit
744c434349
@ -3,7 +3,7 @@
|
||||
system = bootStdenv.system;
|
||||
prehook = ./prehook.sh;
|
||||
posthook = ./posthook.sh;
|
||||
initialPath = (import ./path.nix) {pkgs = pkgs};
|
||||
initialPath = (import ./path.nix) {pkgs = pkgs;};
|
||||
param1 = pkgs.bash;
|
||||
param2 = pkgs.gcc;
|
||||
param3 = pkgs.binutils;
|
||||
|
Loading…
Reference in New Issue
Block a user