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": {
|
||||
"locked": {
|
||||
"lastModified": 1691143259,
|
||||
"narHash": "sha256-VZf4Jtzq85KWunWwH+XSGKEB1TVNARtg3Jxlbx9E/T8=",
|
||||
"owner": "NixOS",
|
||||
"lastModified": 1691180400,
|
||||
"narHash": "sha256-3XvIucYLBKM9xML1QH4fGSB9HFQ3me36ejJo9gTyuDE=",
|
||||
"owner": "Mic92",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "4f5308922f99987cabb1821b675da86948af00b4",
|
||||
"rev": "52a39dea62074a5d47001e86646f71dff78ffcad",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable-small",
|
||||
"owner": "Mic92",
|
||||
"ref": "netboot-fix",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
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";
|
||||
|
||||
nixConfig.extra-substituters = [
|
||||
|
|
Loading…
Reference in a new issue