diff --git a/flake.nix b/flake.nix index f174088..a36d409 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/home/pkgs_and_programs.nix b/home/pkgs_and_programs.nix index 367901a..fc779d1 100644 --- a/home/pkgs_and_programs.nix +++ b/home/pkgs_and_programs.nix @@ -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 ];