aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-02 13:54:33 +0200
committerschererleander <leander@schererleander.de>2025-05-02 13:54:33 +0200
commit971c48da072b26bda8bb9b5f6ccda6148b169cd6 (patch)
treeb737525366683859937f7e754652dd044f896dbb /flake.lock
parent3cbb9d5b49a7ea6e22513c2bcb931392ab97244f (diff)
setup nix-darwin
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock39
1 files changed, 39 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index af9f1a9..2671cc7 100644
--- a/flake.lock
+++ b/flake.lock
@@ -35,6 +35,27 @@
"type": "github"
}
},
+ "nix-darwin": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1743127615,
+ "narHash": "sha256-+sMGqywrSr50BGMLMeY789mSrzjkoxZiu61eWjYS/8o=",
+ "owner": "nix-darwin",
+ "repo": "nix-darwin",
+ "rev": "fc843893cecc1838a59713ee3e50e9e7edc6207c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-darwin",
+ "ref": "nix-darwin-24.11",
+ "repo": "nix-darwin",
+ "type": "github"
+ }
+ },
"nixcord": {
"inputs": {
"flake-compat": "flake-compat",
@@ -72,6 +93,22 @@
"type": "github"
}
},
+ "nixpkgs-darwin": {
+ "locked": {
+ "lastModified": 1746163478,
+ "narHash": "sha256-YO8tVX1TbRP/Rc2dWxNr+f+rLlJ80bilKOnsXaeLBDg=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "c81a66344a0fa9ae018a831c18b9dfec3daa6cb6",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixpkgs-24.11-darwin",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"nixpkgs_2": {
"locked": {
"lastModified": 1745868005,
@@ -91,8 +128,10 @@
"root": {
"inputs": {
"home-manager": "home-manager",
+ "nix-darwin": "nix-darwin",
"nixcord": "nixcord",
"nixpkgs": "nixpkgs_2",
+ "nixpkgs-darwin": "nixpkgs-darwin",
"spicetify-nix": "spicetify-nix"
}
},