nixos-installer/flake.lock
Niklas Gollenstede f56db19b5e improve installation, add support for:
ZFS, encryption (keys, keystore, LUKS), bootFS, ephemeral root (tmpfs, ZFS, F2FS, ...), testing in qemu, options & debugging, ... and many small things
2022-05-31 03:41:28 +02:00

47 lines
1.1 KiB
JSON

{
"nodes": {
"config": {
"locked": {
"dir": "example/defaultConfig",
"lastModified": 1652094794,
"narHash": "sha256-YKsmTOispYxmmpf7i9BJ0Gt9itLcfyXExteYQoZUfGQ=",
"owner": "NiklasGollenstede",
"repo": "nix-wiplib",
"rev": "5e9cc7ce3440be9ce6aeeaedcc70db9c80489c5f",
"type": "github"
},
"original": {
"dir": "example/defaultConfig",
"owner": "NiklasGollenstede",
"repo": "nix-wiplib",
"rev": "5e9cc7ce3440be9ce6aeeaedcc70db9c80489c5f",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1653819559,
"narHash": "sha256-KzIZ1uaLR7vsBlcT0VWd8toFTC3yunSveNK+l2MQqrI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2a64cd672b2706fbca461870cc9ac708b49d9016",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"config": "config",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}