added darwin config

This commit is contained in:
kity 2024-10-30 14:30:28 +01:00
parent 63011dfd29
commit d815643dfc
3 changed files with 64 additions and 0 deletions

21
flake.lock generated
View file

@ -61,6 +61,26 @@
"type": "github"
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1730184279,
"narHash": "sha256-6OB+WWR6gnaWiqSS28aMJypKeK7Pjc2Wm6L0MtOrTuA=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "b379bd4d872d159e5189053ce9a4adf86d56db4b",
"type": "github"
},
"original": {
"owner": "LnL7",
"repo": "nix-darwin",
"type": "github"
}
},
"nix-secrets": {
"flake": false,
"locked": {
@ -164,6 +184,7 @@
"root": {
"inputs": {
"alejandra": "alejandra",
"nix-darwin": "nix-darwin",
"nix-secrets": "nix-secrets",
"nixos-generators": "nixos-generators",
"nixpkgs": "nixpkgs",