From 0f64a9ff0ca13ab4a743e5e56bb9ce28bc6c44a8 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sun, 7 Jul 2024 12:24:14 +1000 Subject: [PATCH] flake: lock inputs --- flake.lock | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/flake.lock b/flake.lock index 991f21e..84ae1c0 100644 --- a/flake.lock +++ b/flake.lock @@ -287,6 +287,27 @@ "type": "github" } }, + "home-manager-stable": { + "inputs": { + "nixpkgs": [ + "nixpkgs-stable" + ] + }, + "locked": { + "lastModified": 1706981411, + "narHash": "sha256-cLbLPTL1CDmETVh4p0nQtvoF+FSEjsnJTFpTxhXywhQ=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "652fda4ca6dafeb090943422c34ae9145787af37", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-23.11", + "repo": "home-manager", + "type": "github" + } + }, "home-manager_2": { "inputs": { "nixpkgs": [ @@ -507,6 +528,22 @@ "type": "github" } }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1710283656, + "narHash": "sha256-nI+AOy4uK6jLGBi9nsbHjL1EdSIzoo8oa+9oeVhbyFc=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "51063ed4f2343a59fdeebb279bb81d87d453942b", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-23.11", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_2": { "locked": { "lastModified": 1705133751, @@ -579,6 +616,7 @@ "fast-syntax-highlighting": "fast-syntax-highlighting", "home-manager": "home-manager_2", "home-manager-raccoon": "home-manager-raccoon", + "home-manager-stable": "home-manager-stable", "hosts-blocklists": "hosts-blocklists", "linux-tkg": "linux-tkg", "neovim-nightly": "neovim-nightly", @@ -587,6 +625,7 @@ "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_2", "nixpkgs-raccoon": "nixpkgs-raccoon", + "nixpkgs-stable": "nixpkgs-stable", "nvim-treesitter": "nvim-treesitter", "packwiz": "packwiz", "pure": "pure",