moving around reencrypt secrets

This commit is contained in:
Noah Masur
2025-03-09 05:02:20 +00:00
parent 2722a8bf61
commit e90c6b1724
4 changed files with 29 additions and 44 deletions

View File

@ -447,14 +447,14 @@
packages = mypackages;
# Programs that can be run by calling this flake
apps = forAllSystems (
system:
let
pkgs = import nixpkgs { inherit system overlays; };
in
import ./apps { inherit pkgs; }
);
# # Programs that can be run by calling this flake
# apps = forAllSystems (
# system:
# let
# pkgs = import nixpkgs { inherit system overlays; };
# in
# import ./apps { inherit pkgs; }
# );
# Development environments
devShells = forAllSystems (