diff --git a/flake.lock b/flake.lock index cc8baa0..c00515b 100644 --- a/flake.lock +++ b/flake.lock @@ -123,47 +123,12 @@ "type": "github" } }, - "nixpkgs_4": { - "locked": { - "lastModified": 1772736753, - "narHash": "sha256-au/m3+EuBLoSzWUCb64a/MZq6QUtOV8oC0D9tY2scPQ=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "917fec990948658ef1ccd07cef2a1ef060786846", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "ctp": "ctp", "gl": "gl", "hm": "hm", - "nixpkgs": "nixpkgs_3", - "sops": "sops" - } - }, - "sops": { - "inputs": { - "nixpkgs": "nixpkgs_4" - }, - "locked": { - "lastModified": 1773096132, - "narHash": "sha256-M3zEnq9OElB7zqc+mjgPlByPm1O5t2fbUrH3t/Hm5Ag=", - "owner": "Mic92", - "repo": "sops-nix", - "rev": "d1ff3b1034d5bab5d7d8086a7803c5a5968cd784", - "type": "github" - }, - "original": { - "owner": "Mic92", - "repo": "sops-nix", - "type": "github" + "nixpkgs": "nixpkgs_3" } }, "systems": { diff --git a/flake.nix b/flake.nix index 692ca4d..8130e57 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - sops.url = "github:Mic92/sops-nix"; gl.url = "github:nix-community/nixGL"; ctp.url = "github:catppuccin/nix"; }; @@ -31,7 +30,6 @@ modules = [ ./hosts/${host}/config.nix inputs.ctp.nixosModules.catppuccin - inputs.sops.nixosModules.sops ]; }; @@ -41,7 +39,6 @@ modules = [ ./hosts/${host}/config.nix inputs.ctp.nixosModules.catppuccin - inputs.sops.nixosModules.sops inputs.hm.nixosModules.home-manager { home-manager = {