Tangled infrastructure definitions in Nix

pin tangled flake to branch

Changed files
+7 -6
+6 -5
flake.lock
··· 288 288 "sqlite-lib-src": "sqlite-lib-src" 289 289 }, 290 290 "locked": { 291 - "lastModified": 1751967742, 292 - "narHash": "sha256-nkZ1Ny6BaW/KD4BWtWm2kJ5+92kNSWcj4iyqyIBq7yw=", 293 - "ref": "refs/heads/master", 294 - "rev": "643a3ac18326821472691488635cc66f4ffdbf2b", 295 - "revCount": 884, 291 + "lastModified": 1751974352, 292 + "narHash": "sha256-VUvvyMpgpWNuL+TezoT9knv6sO5B5yzJSdMHZ3BNlKE=", 293 + "ref": "push-ksrsmmytwuul", 294 + "rev": "f278504076c0178397ac733eeeb095ba7ad76550", 295 + "revCount": 887, 296 296 "type": "git", 297 297 "url": "https://tangled.sh/@tangled.sh/core" 298 298 }, 299 299 "original": { 300 + "ref": "push-ksrsmmytwuul", 300 301 "type": "git", 301 302 "url": "https://tangled.sh/@tangled.sh/core" 302 303 }
+1 -1
flake.nix
··· 2 2 description = "nix infra for tangled"; 3 3 inputs = { 4 4 nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; 5 - tangled.url = "git+https://tangled.sh/@tangled.sh/core"; 5 + tangled.url = "git+https://tangled.sh/@tangled.sh/core?ref=push-ksrsmmytwuul"; 6 6 colmena.url = "github:zhaofengli/colmena/release-0.4.x"; 7 7 disko = { 8 8 url = "github:nix-community/disko";