diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index eb4ddb42..ea216e62 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -219,21 +219,6 @@ "type": "github" } }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "treefmt-nix": { "inputs": { "nixpkgs": [ @@ -259,7 +244,9 @@ "nixpkgs": [ "dev-nixpkgs" ], - "systems": "systems" + "systems": [ + "dev-systems" + ] }, "locked": { "lastModified": 1764768018, diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index 1f0143a0..79e7a36e 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -183,7 +183,7 @@ url = "github:vicinaehq/vicinae"; inputs = { nixpkgs.follows = "dev-nixpkgs"; - flake-utils.inputs.systems.follows = "dev-systems"; + systems.follows = "dev-systems"; }; };