diff options
author | sefidel <contact@sefidel.net> | 2022-01-22 22:17:22 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-22 22:17:22 +0900 |
commit | 220dde08b73ed0091fed2b5b5cefd59708366376 (patch) | |
tree | ae5ca3eb0bf264840fa433e34736a331682751c5 /flake.lock | |
parent | 059b86f0e04f52b38331ab58b32092ecf6ef616c (diff) | |
download | nixrc-220dde08b73ed0091fed2b5b5cefd59708366376.tar.gz nixrc-220dde08b73ed0091fed2b5b5cefd59708366376.zip |
flakes: pin registry and nix path
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 54 |
1 files changed, 44 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock index 76d59e6..d116f27 100644 --- a/flake.lock +++ b/flake.lock @@ -5,7 +5,7 @@ "flake-compat": "flake-compat", "flake-utils": "flake-utils", "nixpkgs": [ - "nixpkgs" + "unstable-small" ] }, "locked": { @@ -87,7 +87,7 @@ "home-manager": { "inputs": { "nixpkgs": [ - "nixpkgs" + "unstable-small" ] }, "locked": { @@ -124,7 +124,7 @@ "inputs": { "flake-utils": "flake-utils_3", "nixpkgs": [ - "nixpkgs" + "unstable-small" ] }, "locked": { @@ -143,18 +143,18 @@ "type": "github" } }, - "nixpkgs": { + "nixpkgs-2111": { "locked": { - "lastModified": 1642780375, - "narHash": "sha256-1ahlRezQxn0NYUsRBcgUi6/jcE8wHrcqUXUlxBxbB0Q=", + "lastModified": 1642707142, + "narHash": "sha256-BzH6xhnkn52yF4+A8C8slWFQRMInS5VYlzrH/rN1bnA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a636af22955a8b556f65492ee37d6cc395fcfbd6", + "rev": "6f07605b6916abee5435ea1145a7541299a87c1b", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable-small", + "ref": "nixos-21.11", "repo": "nixpkgs", "type": "github" } @@ -182,16 +182,18 @@ "home-manager": "home-manager", "master": "master", "neovim": "neovim", - "nixpkgs": "nixpkgs", + "nixpkgs-2111": "nixpkgs-2111", "phocus": "phocus", "sops-nix": "sops-nix", + "unstable": "unstable", + "unstable-small": "unstable-small", "wallpapers": "wallpapers" } }, "sops-nix": { "inputs": { "nixpkgs": [ - "nixpkgs" + "unstable-small" ] }, "locked": { @@ -208,6 +210,38 @@ "type": "github" } }, + "unstable": { + "locked": { + "lastModified": 1642635915, + "narHash": "sha256-vabPA32j81xBO5m3+qXndWp5aqepe+vu96Wkd9UnngM=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "6d8215281b2f87a5af9ed7425a26ac575da0438f", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "unstable-small": { + "locked": { + "lastModified": 1642819963, + "narHash": "sha256-pfd+ZKHj88jHtnRbLP/+uj3qNUjrkrQGRp9w3YKDzeQ=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "6631973f4502938ccfc75fe8b9d0a3259080d82d", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable-small", + "repo": "nixpkgs", + "type": "github" + } + }, "wallpapers": { "flake": false, "locked": { |