forked from Fachschaft/nixConfig
[#5] adding sops support
This commit is contained in:
parent
22552bd095
commit
cf537f3c7b
6 changed files with 89 additions and 2 deletions
|
@ -10,6 +10,10 @@
|
|||
nixpkgs.follows = "";
|
||||
};
|
||||
};
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ flake-parts, ... }:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue