diff options
author | Soispha <soispha@vhack.eu> | 2023-10-26 18:02:35 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-26 18:02:35 +0200 |
commit | a504effbbd12549f9007620f5c07251052ab9f1d (patch) | |
tree | b6c015f599319384b419f8917aeb875f1a6d3a10 /flake.nix | |
parent | chore(hm/soispha/conf/taskwarrior/projects): Update (diff) | |
download | nixos-config-a504effbbd12549f9007620f5c07251052ab9f1d.tar.gz nixos-config-a504effbbd12549f9007620f5c07251052ab9f1d.zip |
build(treewide): Update
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 17699132..078820f7 100644 --- a/flake.nix +++ b/flake.nix @@ -63,6 +63,7 @@ poetry2nix = { url = "github:nix-community/poetry2nix"; inputs = { + systems.follows = "systems"; nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; }; |