nix: start darwin configuration

preparation for macOS
This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent b6f830297b
commit 3d70922a85
7 changed files with 213 additions and 1 deletions

21
flake.lock generated
View file

@ -125,6 +125,26 @@
"type": "github"
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1732420287,
"narHash": "sha256-CzvYF4x6jUh/+NEEIFrIY5t1W/N3IA2bNZJiMXu9GTo=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "3c52583b99666a349a6219dc1f0dd07d75c82d6a",
"type": "github"
},
"original": {
"owner": "LnL7",
"repo": "nix-darwin",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1731676054,
@ -187,6 +207,7 @@
"root": {
"inputs": {
"lanzaboote": "lanzaboote",
"nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs"
}
},