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 =
{ pkgs
, self'
, config
, ...
}: {
devShells.default = pkgs.mkShell {
inputsFrom = [
config.treefmt.build.devShell
];
packages = [
pkgs.tea
self'.packages.tea-create-pr