tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
templates: remove act by default
wiro.world
2 months ago
c35b6e07
46809c4e
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
-2
2 changed files
expand all
collapse all
unified
split
templates
rust
flake.nix
rust-pkg
flake.nix
-1
templates/rust-pkg/flake.nix
···
45
45
packages = with pkgs; [
46
46
pkg-config
47
47
rust-toolchain
48
48
-
act
49
48
];
50
49
51
50
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
-1
templates/rust/flake.nix
···
31
31
packages = with pkgs; [
32
32
pkg-config
33
33
rust-toolchain
34
34
-
act
35
34
];
36
35
37
36
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;