From a8f9ecf00a67dc52502b4e15085b0d02e6362c3c Mon Sep 17 00:00:00 2001 From: Producer Matt <58014742+ProducerMatt@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:02:37 -0500 Subject: [PATCH] chore(flake): use default systems repo --- flake.lock | 16 +++++++++------- flake.nix | 3 +-- 2 files changed, 10 insertions(+), 9 deletions(-) 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";