Fixes nix-darwin config for dnsc-air

This commit is contained in:
Dennis Schoepf 2025-01-24 21:48:10 +01:00
parent da35394474
commit c4c4282439
2 changed files with 25 additions and 3 deletions

22
flake.lock generated
View file

@ -21,6 +21,27 @@
"type": "github"
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1737421067,
"narHash": "sha256-/hgw8fDKDpko0XqOw1e9tX8lS2Hqecg7W/JsONun6Qc=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "cae8d1c4a3bd37be5887203fe3b0c3a860c53a07",
"type": "github"
},
"original": {
"owner": "LnL7",
"ref": "nix-darwin-24.11",
"repo": "nix-darwin",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1734991663,
@ -40,6 +61,7 @@
"root": {
"inputs": {
"home-manager": "home-manager",
"nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs"
}
}