mirror of
https://github.com/RGBCube/agenix
synced 2025-07-29 09:47:44 +00:00
add flake
This commit is contained in:
parent
c77d82e784
commit
4c2fd23693
3 changed files with 30 additions and 5 deletions
6
default.nix
Normal file
6
default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
rec {
|
||||
age-nix = pkgs.writeScriptBin "age-nix" ''
|
||||
exit 0
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue