From ae27ef3272631047c301ba6b01f261c6eecdad34 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 31 Jan 2024 11:26:49 +0530 Subject: [PATCH] nix: update devshell inputs --- flake.lock | 21 +++++++++++++++++---- flake.nix | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 43bf813..c57436f 100644 --- a/flake.lock +++ b/flake.lock @@ -48,9 +48,7 @@ "nixpkgs": [ "nixpkgs" ], - "systems": [ - "systems" - ] + "systems": "systems" }, "locked": { "lastModified": 1687944744, @@ -148,7 +146,7 @@ "flake-compat": "flake-compat", "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", - "systems": "systems" + "systems": "systems_2" } }, "rust-analyzer-src": { @@ -194,6 +192,21 @@ } }, "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "systems_2": { "locked": { "lastModified": 1687694171, "narHash": "sha256-m4E0xN69qKj/oKOj8OtiZcSFpFlO8paI6E3Wo5oXDJc=", diff --git a/flake.nix b/flake.nix index ee3a184..8ee8599 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ inputs.devshell.url = "github:numtide/devshell"; inputs.devshell.inputs.nixpkgs.follows = "nixpkgs"; - inputs.devshell.inputs.systems.follows = "systems"; + inputs.devshell.inputs.flake-utils.follows = "flake-utils"; inputs.fenix.url = "github:nix-community/fenix"; inputs.fenix.inputs.nixpkgs.follows = "nixpkgs";