Added nix darwin

This commit is contained in:
Aleksandr Lebedev 2024-12-30 22:06:16 +01:00
parent 13c0c39daf
commit b720bcb09a
3 changed files with 58 additions and 1 deletions

23
flake.lock generated
View file

@ -732,6 +732,26 @@
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1735478292,
"narHash": "sha256-Ys9pSP9ch0SthhpbjnkCSJ9ZLfaNKnt/dcy7swjmS1A=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "71a3a075e3229a7518d76636bb762aef2bcb73ac",
"type": "github"
},
"original": {
"owner": "LnL7",
"repo": "nix-darwin",
"type": "github"
}
},
"nix-darwin_2": {
"inputs": {
"nixpkgs": [
"nixvim",
@ -918,7 +938,7 @@
"flake-parts": "flake-parts_2",
"git-hooks": "git-hooks",
"home-manager": "home-manager_2",
"nix-darwin": "nix-darwin",
"nix-darwin": "nix-darwin_2",
"nixpkgs": [
"nixpkgs"
],
@ -993,6 +1013,7 @@
"home-manager": "home-manager",
"hyprland": "hyprland",
"impermanence": "impermanence",
"nix-darwin": "nix-darwin",
"nix-gaming": "nix-gaming",
"nixos-facter-modules": "nixos-facter-modules",
"nixpkgs": "nixpkgs_4",