diff --git a/flake.nix b/flake.nix index 444362f7c..4ef3670ef 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,6 @@ outputs = { self, nixpkgs, poetry2nix }: let - # Self contained packages for: Debian, RHEL-like (yum, rpm), Alpine, Arch packages forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed; forPortables = nixpkgs.lib.genAttrs [ "deb" "rpm" "apk" "archlinux" ];