tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
chore: fix ghrpc finally?
dunkirk.sh
3 weeks ago
7e179150
a2134fda
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
home
system
shell.nix
+1
-1
modules/home/system/shell.nix
···
997
997
998
998
domain = lib.mkOption {
999
999
type = lib.types.str;
1000
1000
-
default = "knot.dunkirk.sh";
1000
1000
+
default = "dunkirk.sh";
1001
1001
description = "Tangled domain for repo creation";
1002
1002
};
1003
1003