From 36b43f714fa7042f4dba42a6f072f26d6b126a00 Mon Sep 17 00:00:00 2001 From: betalars Date: Tue, 2 May 2023 12:35:46 +0200 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Removed input 'nixpkgs-stable' --- flake.lock | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/flake.lock b/flake.lock index 945126f..2953b2d 100644 --- a/flake.lock +++ b/flake.lock @@ -32,27 +32,10 @@ "type": "github" } }, - "nixpkgs-stable": { - "locked": { - "lastModified": 1682931856, - "narHash": "sha256-phFRasoX9a7pPwfHwUO4A3HjccedEgVQLHR1UoPCY90=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "d529862de0cdabaebac67a48d825af99c2c3b50d", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-22.11", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "jovian": "jovian", - "nixpkgs": "nixpkgs", - "nixpkgs-stable": "nixpkgs-stable" + "nixpkgs": "nixpkgs" } } },