diff --git a/flake.lock b/flake.lock index 2630f27..58d32ea 100644 --- a/flake.lock +++ b/flake.lock @@ -93,7 +93,9 @@ }, "flake-utils_2": { "inputs": { - "systems": "systems" + "systems": [ + "systems" + ] }, "locked": { "lastModified": 1681202837, @@ -131,7 +133,8 @@ "crane": "crane", "fenix": "fenix", "flake-utils": "flake-utils_2", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "systems": "systems" } }, "rust-overlay": { @@ -161,16 +164,16 @@ }, "systems": { "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 7d759b2..81b06c7 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,8 @@ url = "github:rustsec/advisory-db"; flake = false; }; + systems.url = "github:nix-systems/x86_64-linux"; + flake-utils.inputs.systems.follows = "systems"; }; outputs = { self, nixpkgs, crane, fenix, flake-utils, advisory-db, ... }: @@ -139,6 +141,11 @@ cargo rustc rust-analyzer + hut + pkg-config + xorg.libX11 + xorg.libXtst + libinput ]; }; });