mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-28 06:08:46 +03:00
refactor: update flake
This commit is contained in:
parent
8bd63aab8e
commit
6a9b28be48
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user