refactor: update flake

This commit is contained in:
Nicolas Duteil 2024-01-03 13:46:54 +01:00
parent 8bd63aab8e
commit 6a9b28be48

View File

@ -29,13 +29,15 @@
}; };
in in
{ {
defaultPackage = pkgs.quickjs; packages.quickjs = pkgs.quickjs;
defaultPackage = self.packages.${system}.quickjs;
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
name = "quickjs"; name = "quickjs";
buildInputs = [ buildInputs = [
pkgs.quickjs self.packages.${system}.quickjs
]; ];
shellHook = '' shellHook = ''