diff options
author | sils <sils@sils.li> | 2023-11-26 20:04:16 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-11-26 20:04:16 +0100 |
commit | 153e6212ea094da69054e8a46c0006ac34fec974 (patch) | |
tree | bd2b79c0cc05690154355a761d73367076f96f7a /flake.nix | |
parent | fix(flake/nixosConfigurations): remove unused inputs (diff) | |
download | nix-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.nix | 1 |
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 = { |