Add nixos module to import secrets automatically #154

Merged
clan-bot merged 6 commits from Mic92-mic92 into main 2023-08-23 12:04:20 +00:00
Showing only changes of commit a328d043d9 - Show all commits

View File

@ -2,13 +2,9 @@
perSystem = perSystem =
{ pkgs { pkgs
, self' , self'
, config
, ... , ...
}: { }: {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
inputsFrom = [
config.treefmt.build.devShell
];
packages = [ packages = [
pkgs.tea pkgs.tea
self'.packages.tea-create-pr self'.packages.tea-create-pr