inputs: add sops-nix

This commit is contained in:
Mateusz Słodkowicz 2024-02-23 01:23:18 +01:00
parent 06a35210af
commit 748756208f
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 11 additions and 9 deletions

View File

@ -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;