From 748756208fd3c65d044427e6ea5031f3605423ba Mon Sep 17 00:00:00 2001 From: materus Date: Fri, 23 Feb 2024 01:23:18 +0100 Subject: [PATCH] inputs: add sops-nix --- flake.nix | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index b8e9bfa..cf3f8c1 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,16 @@ }; }; + sops-nix = { + type = "github"; + owner = "Mic92"; + repo = "sops-nix"; + ref = "master"; + inputs = { + nixpkgs.follows = "nixpkgs"; + }; + }; + nur = { type = "github"; owner = "nix-community"; @@ -57,15 +67,7 @@ outputs = inputs @ { self, nixpkgs, home-manager, nur, ... }: - let - systems = [ - "x86_64-linux" - "i686-linux" - "aarch64-linux" - ]; - forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system); - in - rec { + { inherit inputs;