mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 01:30:48 +03:00
commit
37b1d2aa3f
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
let
|
||||
exports = {
|
||||
nixosModules.age = import ./modules/age.nix;
|
||||
overlay = import ./overlay.nix;
|
||||
};
|
||||
outputs = flake-utils.lib.eachDefaultSystem (system: {
|
||||
packages = nixpkgs.legacyPackages.${system}.callPackage ./default.nix { };
|
||||
|
|
4
overlay.nix
Normal file
4
overlay.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
final: prev:
|
||||
{
|
||||
agenix = prev.callPackage ./pkgs/agenix.nix { };
|
||||
}
|
Loading…
Reference in a new issue