diff --git a/flake.lock b/flake.lock index 2bd37fb..f8b3865 100644 --- a/flake.lock +++ b/flake.lock @@ -243,26 +243,6 @@ "type": "github" } }, - "nix-darwin": { - "inputs": { - "nixpkgs": [ - "nixpkgs-darwin" - ] - }, - "locked": { - "lastModified": 1773000227, - "narHash": "sha256-zm3ftUQw0MPumYi91HovoGhgyZBlM4o3Zy0LhPNwzXE=", - "owner": "lnl7", - "repo": "nix-darwin", - "rev": "da529ac9e46f25ed5616fd634079a5f3c579135f", - "type": "github" - }, - "original": { - "owner": "lnl7", - "repo": "nix-darwin", - "type": "github" - } - }, "nix-secrets": { "inputs": { "flake-parts": "flake-parts_2", @@ -300,22 +280,6 @@ "type": "github" } }, - "nixpkgs-darwin": { - "locked": { - "lastModified": 1772880540, - "narHash": "sha256-iZNfrAQfIciv/F4oXpkjH+ajr3N+Sh42zY8VYV01dXw=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "e3dc44fc3cfc7f5e8d96f6cfc87eeb26a324164a", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-25.11-darwin", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs-lib": { "locked": { "lastModified": 1761765539, @@ -545,10 +509,8 @@ "hardware": "hardware", "home-manager": "home-manager", "impermanence": "impermanence", - "nix-darwin": "nix-darwin", "nix-secrets": "nix-secrets", "nixpkgs": "nixpkgs_4", - "nixpkgs-darwin": "nixpkgs-darwin", "nixpkgs-stable": "nixpkgs-stable", "nixpkgs-unstable": "nixpkgs-unstable", "nvix": "nvix", diff --git a/flake.nix b/flake.nix index bef1b77..4042b58 100644 --- a/flake.nix +++ b/flake.nix @@ -96,12 +96,6 @@ hardware.url = "github:nixos/nixos-hardware"; - nixpkgs-darwin.url = "github:nixos/nixpkgs/nixpkgs-25.11-darwin"; - nix-darwin = { - url = "github:lnl7/nix-darwin"; - inputs.nixpkgs.follows = "nixpkgs-darwin"; - }; - home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; @@ -114,7 +108,6 @@ url = "github:nix-community/disko"; inputs.nixpkgs.follows = "nixpkgs"; }; - sops-nix = { url = "github:mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs";