mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 12:00:14 +00:00
moving around reencrypt secrets
This commit is contained in:
16
flake.nix
16
flake.nix
@ -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 (
|
||||
|
Reference in New Issue
Block a user