diff options
author | sefidel <contact@sefidel.net> | 2023-02-16 11:40:35 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-16 11:41:05 +0900 |
commit | 927bd07cab5ad31bdd97353b3fce5550cdbbbfaf (patch) | |
tree | 499ef2b60d5ec7f58d51746b78ded61896556347 /flake.lock | |
parent | 625bb16a078148c6ea49bf8369b8f5a6172ad455 (diff) | |
download | nixrc-927bd07cab5ad31bdd97353b3fce5550cdbbbfaf.tar.gz nixrc-927bd07cab5ad31bdd97353b3fce5550cdbbbfaf.zip |
feat: remove input chaotic-nixpkgs
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 60 |
1 files changed, 3 insertions, 57 deletions
diff --git a/flake.lock b/flake.lock index 9b218f3..a9e8f0d 100644 --- a/flake.lock +++ b/flake.lock @@ -37,28 +37,6 @@ "url": "https://git.exotic.sh/pub/sefidel/asahi-firmware" } }, - "chaotic-nixpkgs": { - "inputs": { - "flake-compat": "flake-compat", - "flake-utils": "flake-utils", - "nixpkgs": [ - "unstable" - ] - }, - "locked": { - "lastModified": 1648873252, - "narHash": "sha256-dA2wycziAYkEPK38tb/A43wayWehtlx1cUSkDJZKYkY=", - "owner": "~zachel", - "repo": "chaotic-nixpkgs", - "rev": "3f1752fecaee826781e66f4b17e5a4d580717c3e", - "type": "sourcehut" - }, - "original": { - "owner": "~zachel", - "repo": "chaotic-nixpkgs", - "type": "sourcehut" - } - }, "darwin": { "inputs": { "nixpkgs": [ @@ -79,39 +57,8 @@ "type": "github" } }, - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1641205782, - "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, "flake-utils": { "locked": { - "lastModified": 1644229661, - "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { - "locked": { "lastModified": 1667395993, "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", "owner": "numtide", @@ -125,7 +72,7 @@ "type": "github" } }, - "flake-utils_3": { + "flake-utils_2": { "locked": { "lastModified": 1659877975, "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", @@ -178,7 +125,7 @@ }, "neovim": { "inputs": { - "flake-utils": "flake-utils_2", + "flake-utils": "flake-utils", "nixpkgs": [ "unstable" ] @@ -235,7 +182,6 @@ "inputs": { "apple-silicon": "apple-silicon", "asahi-firmware": "asahi-firmware", - "chaotic-nixpkgs": "chaotic-nixpkgs", "darwin": "darwin", "home-manager": "home-manager", "impermanence": "impermanence", @@ -249,7 +195,7 @@ }, "rust": { "inputs": { - "flake-utils": "flake-utils_3", + "flake-utils": "flake-utils_2", "nixpkgs": [ "unstable" ] |