terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

update flakes

+27 -22
+2 -2
.github/workflows/build-nix.yml
··· 68 68 strategy: 69 69 fail-fast: false 70 70 runs-on: macos-latest 71 - timeout-minutes: 40 71 + timeout-minutes: 60 72 72 73 73 steps: 74 74 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b ··· 113 113 strategy: 114 114 fail-fast: false 115 115 runs-on: macos-15-intel 116 - timeout-minutes: 40 116 + timeout-minutes: 60 117 117 118 118 steps: 119 119 - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
+24 -19
flake.lock
··· 5 5 "nixpkgs-lib": "nixpkgs-lib" 6 6 }, 7 7 "locked": { 8 - "lastModified": 1738453229, 9 - "narHash": "sha256-7H9XgNiGLKN1G1CgRh0vUL4AheZSYzPm+zmZ7vxbJdo=", 8 + "lastModified": 1762980239, 9 + "narHash": "sha256-8oNVE8TrD19ulHinjaqONf9QWCKK+w4url56cdStMpM=", 10 10 "owner": "hercules-ci", 11 11 "repo": "flake-parts", 12 - "rev": "32ea77a06711b758da0ad9bd6a844c5740a87abd", 12 + "rev": "52a2caecc898d0b46b2b905f058ccc5081f842da", 13 13 "type": "github" 14 14 }, 15 15 "original": { ··· 19 19 }, 20 20 "nixpkgs": { 21 21 "locked": { 22 - "lastModified": 1739214665, 23 - "narHash": "sha256-26L8VAu3/1YRxS8MHgBOyOM8xALdo6N0I04PgorE7UM=", 24 - "path": "/nix/store/zbvf6xwri9kvf42xl3vai3mx8jry6ax8-source", 25 - "rev": "64e75cd44acf21c7933d61d7721e812eac1b5a0a", 26 - "type": "path" 22 + "lastModified": 1763730815, 23 + "narHash": "sha256-QkPPNTZ2kff6rm3wqWgJeRVb0Csw7Vwkn79jjmoQvFw=", 24 + "owner": "nixos", 25 + "repo": "nixpkgs", 26 + "rev": "b2dc0348d06156c6bbf7beedc26d5f6401b534c7", 27 + "type": "github" 27 28 }, 28 29 "original": { 29 - "id": "nixpkgs-unstable", 30 - "type": "indirect" 30 + "owner": "nixos", 31 + "repo": "nixpkgs", 32 + "type": "github" 31 33 } 32 34 }, 33 35 "nixpkgs-lib": { 34 36 "locked": { 35 - "lastModified": 1738452942, 36 - "narHash": "sha256-vJzFZGaCpnmo7I6i416HaBLpC+hvcURh/BQwROcGIp8=", 37 - "type": "tarball", 38 - "url": "https://github.com/NixOS/nixpkgs/archive/072a6db25e947df2f31aab9eccd0ab75d5b2da11.tar.gz" 37 + "lastModified": 1761765539, 38 + "narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=", 39 + "owner": "nix-community", 40 + "repo": "nixpkgs.lib", 41 + "rev": "719359f4562934ae99f5443f20aa06c2ffff91fc", 42 + "type": "github" 39 43 }, 40 44 "original": { 41 - "type": "tarball", 42 - "url": "https://github.com/NixOS/nixpkgs/archive/072a6db25e947df2f31aab9eccd0ab75d5b2da11.tar.gz" 45 + "owner": "nix-community", 46 + "repo": "nixpkgs.lib", 47 + "type": "github" 43 48 } 44 49 }, 45 50 "ocaml-overlay": { ··· 49 54 ] 50 55 }, 51 56 "locked": { 52 - "lastModified": 1739743692, 53 - "narHash": "sha256-p/ctiOYQfJHo3BmAuMx7Y4lV98MvZAFQc/LqHkLFuj8=", 57 + "lastModified": 1762899092, 58 + "narHash": "sha256-Nl6547Q+Hw+RDV7cQnPmP6OTS7kncj9aN2Zx+HTlIeg=", 54 59 "owner": "nix-ocaml", 55 60 "repo": "nix-overlays", 56 - "rev": "9e2797cded531bf519b9c536b6b77a86a7dc6dc9", 61 + "rev": "ccbb9339d0c245d3e406516c1da5bbd76568d278", 57 62 "type": "github" 58 63 }, 59 64 "original": {
+1 -1
flake.nix
··· 4 4 # Flake inputs 5 5 inputs = { 6 6 7 - nixpkgs.url = "nixpkgs-unstable"; # also valid: "nixpkgs" 7 + nixpkgs.url = "github:nixos/nixpkgs"; 8 8 9 9 ocaml-overlay = { 10 10 url = "github:nix-ocaml/nix-overlays";