self-host-playbook/flake.lock

92 lines
2.3 KiB
Plaintext
Raw Normal View History

2025-03-28 10:13:26 +01:00
{
"nodes": {
2025-04-03 11:10:07 +02:00
"base-config": {
"inputs": {
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
},
"locked": {
2025-04-10 13:56:42 +02:00
"lastModified": 1744286132,
"narHash": "sha256-b+QaraEq2KS6X3PeAcm2J0afIQjvUEJ61Oj1OHiELzA=",
2025-04-03 11:10:07 +02:00
"ref": "stable",
2025-04-10 13:56:42 +02:00
"rev": "dd405780a03515688101b0b66c8757ce817f1ad7",
"revCount": 9,
2025-04-03 11:10:07 +02:00
"type": "git",
"url": "https://code.m3tam3re.com/m3tam3re/self-host-playbook-base"
},
"original": {
"ref": "stable",
"type": "git",
"url": "https://code.m3tam3re.com/m3tam3re/self-host-playbook-base"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2025-04-10 13:00:36 +02:00
"lastModified": 1744145203,
"narHash": "sha256-I2oILRiJ6G+BOSjY+0dGrTPe080L3pbKpc+gCV3Nmyk=",
2025-04-03 11:10:07 +02:00
"owner": "nix-community",
"repo": "disko",
2025-04-10 13:00:36 +02:00
"rev": "76c0a6dba345490508f36c1aa3c7ba5b6b460989",
2025-04-03 11:10:07 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
2025-03-28 10:13:26 +01:00
"nixpkgs": {
"locked": {
2025-04-03 11:10:07 +02:00
"lastModified": 1741600792,
"narHash": "sha256-yfDy6chHcM7pXpMF4wycuuV+ILSTG486Z/vLx/Bdi6Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ebe2788eafd539477f83775ef93c3c7e244421d3",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1741708242,
"narHash": "sha256-cNRqdQD4sZpN7JLqxVOze4+WsWTmv2DGH0wNCOVwrWc=",
2025-03-28 10:13:26 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-04-03 11:10:07 +02:00
"rev": "b62d2a95c72fb068aecd374a7262b37ed92df82b",
2025-03-28 10:13:26 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
2025-04-03 11:10:07 +02:00
"rev": "b62d2a95c72fb068aecd374a7262b37ed92df82b",
2025-03-28 10:13:26 +01:00
"type": "github"
}
},
"root": {
"inputs": {
2025-04-03 11:10:07 +02:00
"base-config": "base-config",
2025-04-09 16:08:16 +02:00
"deploy-rs": [
"nixpkgs"
],
2025-04-03 11:10:07 +02:00
"disko": "disko",
"nixpkgs": [
"base-config",
"nixpkgs"
]
2025-03-28 10:13:26 +01:00
}
}
},
"root": "root",
"version": 7
}