diff options
| author | schererleander <leander@schererleander.de> | 2025-05-02 13:54:33 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-02 13:54:33 +0200 |
| commit | 971c48da072b26bda8bb9b5f6ccda6148b169cd6 (patch) | |
| tree | b737525366683859937f7e754652dd044f896dbb /flake.lock | |
| parent | 3cbb9d5b49a7ea6e22513c2bcb931392ab97244f (diff) | |
setup nix-darwin
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -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" } }, |
