Initial nix-darwin revision

This commit is contained in:
Spotlight 2024-04-11 09:01:03 -05:00
parent 9a0750c0bf
commit 92e04a0924
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 80 additions and 6 deletions

21
flake.lock generated
View file

@ -65,6 +65,26 @@
"type": "github"
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1711763326,
"narHash": "sha256-sXcesZWKXFlEQ8oyGHnfk4xc9f2Ip0X/+YZOq3sKviI=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "36524adc31566655f2f4d55ad6b875fb5c1a4083",
"type": "github"
},
"original": {
"owner": "LnL7",
"repo": "nix-darwin",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1712608508,
@ -87,6 +107,7 @@
"darwin-systems": "darwin-systems",
"home-manager": "home-manager",
"linux-systems": "linux-systems",
"nix-darwin": "nix-darwin",
"nixpkgs": "nixpkgs"
}
}