flake.lock: Update
Flake lock file updates: • Updated input 'nixos-unstable': 'github:NixOS/nixpkgs/4f5308922f99987cabb1821b675da86948af00b4' (2023-08-04) → 'github:Mic92/nixpkgs/52a39dea62074a5d47001e86646f71dff78ffcad' (2023-08-04)
This commit is contained in:
parent
49bd69291a
commit
aaeec10163
2 changed files with 8 additions and 7 deletions
12
flake.lock
12
flake.lock
|
@ -18,16 +18,16 @@
|
||||||
},
|
},
|
||||||
"nixos-unstable": {
|
"nixos-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1691143259,
|
"lastModified": 1691180400,
|
||||||
"narHash": "sha256-VZf4Jtzq85KWunWwH+XSGKEB1TVNARtg3Jxlbx9E/T8=",
|
"narHash": "sha256-3XvIucYLBKM9xML1QH4fGSB9HFQ3me36ejJo9gTyuDE=",
|
||||||
"owner": "NixOS",
|
"owner": "Mic92",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4f5308922f99987cabb1821b675da86948af00b4",
|
"rev": "52a39dea62074a5d47001e86646f71dff78ffcad",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "Mic92",
|
||||||
"ref": "nixos-unstable-small",
|
"ref": "netboot-fix",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
description = "NixOS images";
|
description = "NixOS images";
|
||||||
|
|
||||||
inputs.nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
# https://github.com/nix-community/nixos-images/pull/123
|
||||||
|
inputs.nixos-unstable.url = "github:Mic92/nixpkgs/netboot-fix";
|
||||||
inputs.nixos-2305.url = "github:NixOS/nixpkgs/release-23.05";
|
inputs.nixos-2305.url = "github:NixOS/nixpkgs/release-23.05";
|
||||||
|
|
||||||
nixConfig.extra-substituters = [
|
nixConfig.extra-substituters = [
|
||||||
|
|
Loading…
Reference in a new issue