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