flake: add 'agenix'
This commit is contained in:
parent
963c86c66f
commit
7273f2102a
2 changed files with 33 additions and 0 deletions
11
flake.nix
11
flake.nix
|
|
@ -1,6 +1,16 @@
|
|||
{
|
||||
description = "NixOS configuration with flakes";
|
||||
inputs = {
|
||||
agenix = {
|
||||
type = "github";
|
||||
owner = "ryantm";
|
||||
repo = "agenix";
|
||||
ref = "master";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
futils = {
|
||||
type = "github";
|
||||
owner = "numtide";
|
||||
|
|
@ -47,6 +57,7 @@
|
|||
outputs =
|
||||
inputs @
|
||||
{ self
|
||||
, agenix
|
||||
, futils
|
||||
, home-manager
|
||||
, nixpkgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue