diff --git a/flake.lock b/flake.lock index fe0c1ac..181fb7e 100644 --- a/flake.lock +++ b/flake.lock @@ -121,16 +121,18 @@ } }, "systems": { - "flake": false, "locked": { - "lastModified": 1, - "narHash": "sha256-1vjNh6pysXJS5bI1vbXXrVhY/WrR7/6RTs+1WlVFI3U=", - "path": "./flake.systems.nix", - "type": "path" + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" }, "original": { - "path": "./flake.systems.nix", - "type": "path" + "owner": "nix-systems", + "repo": "default", + "type": "github" } } }, diff --git a/flake.nix b/flake.nix index 1725fb7..43136af 100644 --- a/flake.nix +++ b/flake.nix @@ -4,8 +4,7 @@ inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - inputs.systems.url = "path:./flake.systems.nix"; - inputs.systems.flake = false; + inputs.systems.url = "github:nix-systems/default"; inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.flake-utils.inputs.systems.follows = "systems";