tangled
alpha
login
or
join now
tangled.org
/
infra
20
fork
atom
Tangled infrastructure definitions in Nix
20
fork
atom
overview
issues
pulls
pipelines
bump flake
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li
2 months ago
9de89e4b
7493b433
verified
This commit was signed with the committer's
known signature
.
oppi.li
SSH Key Fingerprint:
SHA256:yQs05DbrlPDC2pBXLxqOdLYEswq3oEBnHaJiBP7bOlM=
+5
-4
2 changed files
expand all
collapse all
unified
split
flake.lock
flake.nix
+4
-4
flake.lock
···
354
354
"sqlite-lib-src": "sqlite-lib-src"
355
355
},
356
356
"locked": {
357
357
-
"lastModified": 1767767073,
358
358
-
"narHash": "sha256-BSZJ1TY5lGt7xNgFRtcKwYcSOI6VC2CHLfm7y/GgHwU=",
357
357
+
"lastModified": 1768194859,
358
358
+
"narHash": "sha256-wS0Lai2OF3JNfk0DTnq/JqGR4yJhnaWjFhfrAMbDJdM=",
359
359
"ref": "refs/heads/master",
360
360
-
"rev": "6dc86ffbed5a290ca6a4890caa2dadea5c8b8a81",
361
361
-
"revCount": 1792,
360
360
+
"rev": "3379ab5721e08f23a774f4d17631843d37e8777d",
361
361
+
"revCount": 1806,
362
362
"type": "git",
363
363
"url": "https://tangled.org/tangled.org/core"
364
364
},
+1
flake.nix
···
120
120
nixery-pkgs = import nixery-flake.outPath {
121
121
pkgs = import nixpkgs { inherit system; };
122
122
};
123
123
+
tangled-pkgs = tangled.packages.x86_64-linux;
123
124
};
124
125
};
125
126