From ad30aacd21daa2c84264513bf186232221759639 Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 5 Jun 2024 22:02:25 +0200 Subject: [PATCH] removed non-existent input --- fhs/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhs/flake.nix b/fhs/flake.nix index cfc5df3..d20bb6d 100644 --- a/fhs/flake.nix +++ b/fhs/flake.nix @@ -4,7 +4,7 @@ utils.url = "github:numtide/flake-utils"; }; - outputs = { self, nixpkgs, nixpkgs-python, ... }@inputs: inputs.utils.lib.eachSystem [ + outputs = { self, nixpkgs, ... }@inputs: inputs.utils.lib.eachSystem [ "x86_64-linux" "i686-linux" "aarch64-linux" "x86_64-darwin" ] (system: let pkgs = import nixpkgs {