diff --git a/flake.nix b/flake.nix index cc6ff38..d2f7133 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ ## Custom variables (e.g. ip, interface, etc) vars = import ./systems/userdata-default.nix // import ./systems/laptop/userdata.nix; pkgsVersion = nixpkgs; - inherit inputs; + inherit inputs outputs; inherit nix-colors; }; modules = [ @@ -83,7 +83,6 @@ ./users/kopatz ./modules/cli-tools.nix ./modules/ecryptfs.nix - ./modules/pentest.nix ./modules/graphical/audio.nix ./modules/graphical/code.nix ./modules/graphical/emulators.nix diff --git a/modules/pentest.nix b/modules/pentest.nix deleted file mode 100644 index 9637cb9..0000000 --- a/modules/pentest.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ - environment.systemPackages = [ - nmap - hydra - gobuster - ] -} diff --git a/pkgs/tetrio-desktop/package.nix b/pkgs/tetrio-desktop/package.nix index 7791e09..26f317e 100644 --- a/pkgs/tetrio-desktop/package.nix +++ b/pkgs/tetrio-desktop/package.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: { ln -s $out/opt/TETR.IO/TETR.IO $out/bin/tetrio substituteInPlace $out/share/applications/TETR.IO.desktop \ - --replace-fail "Exec=/opt/TETR.IO/TETR.IO" "Exec=$out/bin/tetrio" + --replace "Exec=/opt/TETR.IO/TETR.IO" "Exec=$out/bin/tetrio" runHook postInstall ''; diff --git a/pkgs/tetrio-desktop/tetrio-plus.nix b/pkgs/tetrio-desktop/tetrio-plus.nix index 34e359e..be17bbb 100644 --- a/pkgs/tetrio-desktop/tetrio-plus.nix +++ b/pkgs/tetrio-desktop/tetrio-plus.nix @@ -4,8 +4,8 @@ stdenv.mkDerivation rec { version = "0.25.3"; src = fetchzip { - url = "https://gitlab.com/UniQMG/tetrio-plus/-/jobs/6465395934/artifacts/raw/app.asar.zip"; - hash = "sha256-24AD63YEypK7XUW6QnqJt56cUExIMrA2WgDi8jS5IFE="; + url = "https://gitlab.com/UniQMG/tetrio-plus/-/jobs/6517560474/artifacts/raw/app.asar.zip"; + hash = "sha256-I7UvljloJyKrYpSuQ9V1ySSXKhYeJGDpex/K0R3iuCc="; }; installPhase = ''