diff options
| author | Fuwn <[email protected]> | 2024-10-15 05:53:24 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-15 05:53:24 -0700 |
| commit | 7b23f85178f90645bbcebfddae92021c40a9a240 (patch) | |
| tree | 3381221acdb95bd52730485cef740e4763de5041 | |
| parent | flake: pin inputs of chaotic (diff) | |
| download | nixos-config-7b23f85178f90645bbcebfddae92021c40a9a240.tar.xz nixos-config-7b23f85178f90645bbcebfddae92021c40a9a240.zip | |
flake: pin inputs of chaotic
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -327,9 +327,7 @@ }, "flake-parts_2": { "inputs": { - "nixpkgs-lib": [ - "nixpkgs" - ] + "nixpkgs-lib": "nixpkgs-lib" }, "locked": { "lastModified": 1727826117, @@ -340,9 +338,8 @@ "type": "github" }, "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" + "id": "flake-parts", + "type": "indirect" } }, "flake-registry": { @@ -1119,6 +1116,18 @@ "type": "github" } }, + "nixpkgs-lib": { + "locked": { + "lastModified": 1728985937, + "narHash": "sha256-0xHYkMkeLVQAMa7gvkddbPqpxph+hDzdu1XdGPJR+Os=", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz" + }, + "original": { + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz" + } + }, "nixpkgs-regression": { "locked": { "lastModified": 1643052045, |