From bad56cd682282c36395b907b136befb4e0a364e7 Mon Sep 17 00:00:00 2001 From: Filip Grzywok Date: Thu, 28 Sep 2023 23:55:38 +0200 Subject: [PATCH] fix: wrong flake nix --- flake.nix | 1 - 1 file changed, 1 deletion(-) 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" ];