From ecac432cb09238c805c7a1d0d6af8842e32695ce Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 13 Jan 2025 01:43:52 -0500 Subject: [PATCH] only care about x86 --- flake.lock | 19 +++++++++++-------- flake.nix | 2 ++ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index c322d4e..6106c6f 100644 --- a/flake.lock +++ b/flake.lock @@ -137,7 +137,9 @@ }, "flake-utils": { "inputs": { - "systems": "systems" + "systems": [ + "systems" + ] }, "locked": { "lastModified": 1731533236, @@ -155,7 +157,7 @@ }, "flake-utils_2": { "inputs": { - "systems": "systems_2" + "systems": "systems" }, "locked": { "lastModified": 1710146030, @@ -173,7 +175,7 @@ }, "flake-utils_3": { "inputs": { - "systems": "systems_3" + "systems": "systems_2" }, "locked": { "lastModified": 1731533236, @@ -529,6 +531,7 @@ "nixpkgs-garage": "nixpkgs-garage", "nixvim": "nixvim", "sops-nix": "sops-nix", + "systems": "systems_3", "treefmt": "treefmt" } }, @@ -609,16 +612,16 @@ }, "systems_3": { "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "lastModified": 1680978846, + "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=", "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "repo": "x86_64-linux", + "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8", "type": "github" }, "original": { "owner": "nix-systems", - "repo": "default", + "repo": "x86_64-linux", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 63c1a3a..c62cea7 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; flake-utils.url = "github:numtide/flake-utils"; + systems.url = "github:nix-systems/x86_64-linux"; + flake-utils.inputs.systems.follows = "systems"; nixpkgs-btrbk.url = "github:cything/nixpkgs/btrbk"; # unmerged PR nixpkgs-garage.url = "github:cything/nixpkgs/garage-module"; # unmerged PR