1
Fork 0
mirror of https://github.com/RGBCube/agenix synced 2025-07-29 09:47:44 +00:00

add flake and default .nix files; add agenix command

This commit is contained in:
Ryan Mulligan 2020-09-03 11:24:33 -07:00
parent 4c2fd23693
commit 79244b4fc3
6 changed files with 205 additions and 20 deletions

View file

@ -1,6 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
rec {
age-nix = pkgs.writeScriptBin "age-nix" ''
exit 0
'';
{
agenix = pkgs.callPackage ./pkgs/agenix.nix {};
}