move justfiles to scripts/
This commit is contained in:
13
flake.nix
13
flake.nix
@ -128,6 +128,15 @@ rec {
|
|||||||
pyyaml
|
pyyaml
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
# perl = pkgs.perl.withPackages (p:
|
||||||
|
# with p; [
|
||||||
|
# # Those are already installed system-wide
|
||||||
|
# # PLS
|
||||||
|
# # PerlTidy
|
||||||
|
#
|
||||||
|
# NetOpenSSH
|
||||||
|
# ]);
|
||||||
|
|
||||||
libpcl = stdenv.mkDerivation rec {
|
libpcl = stdenv.mkDerivation rec {
|
||||||
pname = "libpcl1";
|
pname = "libpcl1";
|
||||||
version = "1.12-2";
|
version = "1.12-2";
|
||||||
@ -384,6 +393,8 @@ rec {
|
|||||||
wamrc
|
wamrc
|
||||||
fail-bin
|
fail-bin
|
||||||
|
|
||||||
|
# perl
|
||||||
|
|
||||||
# Don't install to not pollute our PATH. Just export as environment variable.
|
# Don't install to not pollute our PATH. Just export as environment variable.
|
||||||
# wasi-sdk
|
# wasi-sdk
|
||||||
# libiwasm_debug
|
# libiwasm_debug
|
||||||
@ -466,7 +477,7 @@ rec {
|
|||||||
# Dynamic libraries from buildinputs:
|
# Dynamic libraries from buildinputs:
|
||||||
# LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
|
# LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
|
||||||
|
|
||||||
JUST_JUSTFILE = "./nixos.just";
|
JUST_JUSTFILE = "./scripts/nixos.just";
|
||||||
|
|
||||||
# Those are read by the justfile
|
# Those are read by the justfile
|
||||||
FAIL_SHARE = "${fail-bin}/share";
|
FAIL_SHARE = "${fail-bin}/share";
|
||||||
|
|||||||
Reference in New Issue
Block a user