From e33b723d25d89678318c2361cb22321588ad356a Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 3 Feb 2026 19:14:29 +0100 Subject: chore(deps): update flake --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ca7eced..27c1aa9 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,8 @@ home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; + sops-nix.url = "github:Mic92/sops-nix"; + site.url = "github:schererleander/site"; spicetify-nix.url = "github:Gerg-L/spicetify-nix"; @@ -22,6 +24,6 @@ firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; }; - outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } - (inputs.import-tree ./modules/flake); + outputs = + inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules/flake); } -- cgit v1.3.1