summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-10 19:32:20 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-08-10 19:32:20 +0200
commit52d97ded4950cc59fedb75fb32496d6b76b36527 (patch)
treef0239abff5f23548029f8acd6908a940fb33248a
parentda4653280e2812e5009f16c7b4fdf4137702d8ed (diff)
Add emanote default packages to devShell
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ba4437a..370c43b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -63,6 +63,7 @@
devShells.default = pkgs.mkShell {
buildInputs = [
pkgs.nixpkgs-fmt
+ emanote.packages."${system}".default
];
};
});