From b2bdd9c853453121c5fb4fa4455f81b67c4c8c11 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 17 Apr 2023 20:07:25 +0200 Subject: Chore(flake): Update and only for x86_64-linux --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ab5751ed..aaf47b28 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,9 @@ }; # inputs for following + systems = { + url = "github:nix-systems/x86_64-linux"; # only evaluate for this system + }; flake-compat = { url = "github:edolstra/flake-compat"; flake = false; @@ -29,6 +32,7 @@ flake-utils = { url = "github:numtide/flake-utils"; inputs = { + systems.follows = "systems"; }; }; @@ -36,7 +40,7 @@ url = "github:oxalica/rust-overlay"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; + systems.follows = "systems"; }; }; -- cgit 1.4.1