inputs: add sops-nix
This commit is contained in:
parent
06a35210af
commit
748756208f
20
flake.nix
20
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue