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

add overlay

This commit is contained in:
David Arnold 2020-12-28 22:39:16 -05:00
parent 85fd85e318
commit f477ca6041
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
2 changed files with 6 additions and 0 deletions

View file

@ -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 { };