tangled
alpha
login
or
join now
jaspermayone.com
/
strings
0
fork
atom
simple strings server for the wentworth coding club / my personal use
0
fork
atom
overview
issues
pulls
pipelines
chore: bump lock
chore: fix direnv
dunkirk.sh
2 months ago
7dc99dd6
aba59361
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+64
-1
3 changed files
expand all
collapse all
unified
split
.envrc
.gitignore
flake.lock
+1
.envrc
···
1
1
+
use flake
+2
-1
.gitignore
···
1
1
node_modules/*
2
2
-
strings.db
2
2
+
strings.db
3
3
+
.direnv
+61
flake.lock
···
1
1
+
{
2
2
+
"nodes": {
3
3
+
"flake-utils": {
4
4
+
"inputs": {
5
5
+
"systems": "systems"
6
6
+
},
7
7
+
"locked": {
8
8
+
"lastModified": 1731533236,
9
9
+
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
10
10
+
"owner": "numtide",
11
11
+
"repo": "flake-utils",
12
12
+
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
13
13
+
"type": "github"
14
14
+
},
15
15
+
"original": {
16
16
+
"owner": "numtide",
17
17
+
"repo": "flake-utils",
18
18
+
"type": "github"
19
19
+
}
20
20
+
},
21
21
+
"nixpkgs": {
22
22
+
"locked": {
23
23
+
"lastModified": 1768127708,
24
24
+
"narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=",
25
25
+
"owner": "NixOS",
26
26
+
"repo": "nixpkgs",
27
27
+
"rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38",
28
28
+
"type": "github"
29
29
+
},
30
30
+
"original": {
31
31
+
"owner": "NixOS",
32
32
+
"ref": "nixos-unstable",
33
33
+
"repo": "nixpkgs",
34
34
+
"type": "github"
35
35
+
}
36
36
+
},
37
37
+
"root": {
38
38
+
"inputs": {
39
39
+
"flake-utils": "flake-utils",
40
40
+
"nixpkgs": "nixpkgs"
41
41
+
}
42
42
+
},
43
43
+
"systems": {
44
44
+
"locked": {
45
45
+
"lastModified": 1681028828,
46
46
+
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
47
47
+
"owner": "nix-systems",
48
48
+
"repo": "default",
49
49
+
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
50
50
+
"type": "github"
51
51
+
},
52
52
+
"original": {
53
53
+
"owner": "nix-systems",
54
54
+
"repo": "default",
55
55
+
"type": "github"
56
56
+
}
57
57
+
}
58
58
+
},
59
59
+
"root": "root",
60
60
+
"version": 7
61
61
+
}