Temporarily disable xil
.
Also adds `pkgs.terminator` to `isoimage-pc`.
This commit is contained in:
parent
d29dc02e7d
commit
4d5d42c1b3
2 changed files with 5 additions and 4 deletions
|
@ -244,10 +244,11 @@
|
||||||
pkgs.progress
|
pkgs.progress
|
||||||
pkgs.ripgrep
|
pkgs.ripgrep
|
||||||
pkgs.sshfs
|
pkgs.sshfs
|
||||||
|
pkgs.terminator
|
||||||
pkgs.wget
|
pkgs.wget
|
||||||
pkgs.xxd
|
pkgs.xxd
|
||||||
pkgs.yq
|
pkgs.yq
|
||||||
xil.packages.x86_64-linux.xil
|
# xil.packages.x86_64-linux.xil
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
|
@ -348,19 +349,19 @@
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
inherit aaru;
|
inherit aaru;
|
||||||
inherit xil;
|
# inherit xil;
|
||||||
inherit nixpkgs;
|
inherit nixpkgs;
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
inherit rom-properties;
|
||||||
inherit agenix;
|
inherit agenix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
||||||
/* nixps = nixpkgs.lib.nixosSystem {
|
/* nixps = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
|
@ -150,7 +150,7 @@ in
|
||||||
# my_packages.hactoolnet
|
# my_packages.hactoolnet
|
||||||
|
|
||||||
agenix.packages.${system}.default
|
agenix.packages.${system}.default
|
||||||
xil.packages.${system}.xil
|
# xil.packages.${system}.xil
|
||||||
aaru.packages.${system}.git
|
aaru.packages.${system}.git
|
||||||
rom-properties.packages.x86_64-linux.default
|
rom-properties.packages.x86_64-linux.default
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue