diff options
| author | seth <[email protected]> | 2024-05-31 07:05:47 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-06-01 01:52:42 +0000 |
| commit | c6456ea701c4dcabf7676005134db8cf925be7db (patch) | |
| tree | 78a0652e671b1d09ec86340df24af74beea2ce0d /flake.lock | |
| parent | 52e89154ce73418834592af5d370e208bb1a28fb (diff) | |
flake: don't depend on registry for nixpkgs inputs
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -389,9 +389,10 @@ "type": "github" }, "original": { - "id": "nixpkgs", + "owner": "NixOS", "ref": "nixos-unstable", - "type": "indirect" + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs-stable": { @@ -404,9 +405,10 @@ "type": "github" }, "original": { - "id": "nixpkgs", + "owner": "NixOS", "ref": "nixos-24.05", - "type": "indirect" + "repo": "nixpkgs", + "type": "github" } }, "openwrt-imagebuilder": { |
