1
0
forked from clan/clan-core

devShells.default: init

This commit is contained in:
DavHau 2023-07-28 14:57:23 +02:00
parent 0d0df11897
commit 60ba233e77
3 changed files with 16 additions and 0 deletions

1
.envrc Normal file
View File

@ -0,0 +1 @@
use flake

View File

@ -0,0 +1,14 @@
{
perSystem = {
lib,
pkgs,
self',
...
}: {
devShells.default = pkgs.mkShell {
packages = [
pkgs.tea
self'.packages.tea-create-pr
];
};
}

View File

@ -18,6 +18,7 @@
"aarch64-linux"
];
imports = [
./flake-parts/devShells
./flake-parts/formatting.nix
./flake-parts/modules.nix
./flake-parts/packages.nix