tangled
alpha
login
or
join now
ngp.computer
/
tsk
A file-based task manager
0
fork
atom
overview
issues
pulls
pipelines
ADD: mkfile deps to flake
ngp.computer
1 year ago
83d304e1
abd7981f
+1
-1
1 changed file
expand all
collapse all
unified
split
flake.nix
+1
-1
flake.nix
···
14
{
15
defaultPackage = naersk-lib.buildPackage ./.;
16
devShell = with pkgs; mkShell {
17
-
buildInputs = [ libiconv cargo rustc rustfmt rust-analyzer rustPackages.clippy ];
18
RUST_SRC_PATH = rustPlatform.rustLibSrc;
19
};
20
}
···
14
{
15
defaultPackage = naersk-lib.buildPackage ./.;
16
devShell = with pkgs; mkShell {
17
+
buildInputs = [ libiconv cargo rustc rustfmt rust-analyzer rustPackages.clippy plan9port pandoc ];
18
RUST_SRC_PATH = rustPlatform.rustLibSrc;
19
};
20
}