summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-26 20:04:16 +0100
committersils <sils@sils.li>2023-11-26 20:04:16 +0100
commit153e6212ea094da69054e8a46c0006ac34fec974 (patch)
treebd2b79c0cc05690154355a761d73367076f96f7a /flake.nix
parentfix(flake/nixosConfigurations): remove unused inputs (diff)
downloadnix-config-153e6212ea094da69054e8a46c0006ac34fec974.tar.gz
nix-config-153e6212ea094da69054e8a46c0006ac34fec974.zip
fix(flake): inputs.poetry2nix.inputs.systems.follows = "systems"
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5c47601..a1b5022 100644
--- a/flake.nix
+++ b/flake.nix
@@ -60,6 +60,7 @@
         nixpkgs.follows = "nixpkgs";
         nix-github-actions.follows = "nix-github-actions";
         treefmt-nix.follows = "treefmt-nix";
+        systems.follows = "systems";
       };
     };
     beautysh = {