+11
-11
flake.lock
+11
-11
flake.lock
···
108
"fish": {
109
"flake": false,
110
"locked": {
111
-
"lastModified": 1759004411,
112
-
"narHash": "sha256-J1/Uup/HJP2COkUaDXg6pO6pKTq/44WKqWFqbv89bZk=",
113
"owner": "fish-shell",
114
"repo": "fish-shell",
115
-
"rev": "29b80bbaf9489c7f998d202a3bc048a9ec66c49a",
116
"type": "github"
117
},
118
"original": {
119
"owner": "fish-shell",
120
-
"ref": "4.1.0",
121
"repo": "fish-shell",
122
"type": "github"
123
}
···
329
"rust-overlay": "rust-overlay"
330
},
331
"locked": {
332
-
"lastModified": 1756954389,
333
-
"narHash": "sha256-EKYM18UavIbZeI5/F5OKUzyjQip0yb6WPt6BZ2YpYww=",
334
"owner": "jj-vcs",
335
"repo": "jj",
336
-
"rev": "24f4e1083e8bcd6e5b8aaee3fa86e08cb7081d13",
337
"type": "github"
338
},
339
"original": {
340
"owner": "jj-vcs",
341
-
"ref": "v0.33.0",
342
"repo": "jj",
343
"type": "github"
344
}
345
},
346
"nixpkgs": {
347
"locked": {
348
-
"lastModified": 1757746433,
349
-
"narHash": "sha256-fEvTiU4s9lWgW7mYEU/1QUPirgkn+odUBTaindgiziY=",
350
"owner": "NixOS",
351
"repo": "nixpkgs",
352
-
"rev": "6d7ec06d6868ac6d94c371458fc2391ded9ff13d",
353
"type": "github"
354
},
355
"original": {
···
108
"fish": {
109
"flake": false,
110
"locked": {
111
+
"lastModified": 1759253233,
112
+
"narHash": "sha256-3VwDwRjYo9/ifkl2Vt9pTmLabt+XyS0FXi0el+YgC/A=",
113
"owner": "fish-shell",
114
"repo": "fish-shell",
115
+
"rev": "1f6cd5fc2d090c3666207d014cf337519716b73a",
116
"type": "github"
117
},
118
"original": {
119
"owner": "fish-shell",
120
+
"ref": "4.1.1",
121
"repo": "fish-shell",
122
"type": "github"
123
}
···
329
"rust-overlay": "rust-overlay"
330
},
331
"locked": {
332
+
"lastModified": 1759360197,
333
+
"narHash": "sha256-OW8kSDBBSZr0G3U27AAkZ3cH3TJmSARbg9Pc4qZ6tA0=",
334
"owner": "jj-vcs",
335
"repo": "jj",
336
+
"rev": "22900c9a9ba362efa442fed2dd4e6e1d5c22cc7a",
337
"type": "github"
338
},
339
"original": {
340
"owner": "jj-vcs",
341
+
"ref": "v0.34.0",
342
"repo": "jj",
343
"type": "github"
344
}
345
},
346
"nixpkgs": {
347
"locked": {
348
+
"lastModified": 1759133924,
349
+
"narHash": "sha256-eegjF6fo080481S/ZHyDENjeGG1ZgW2v86O9UZQxLJ8=",
350
"owner": "NixOS",
351
"repo": "nixpkgs",
352
+
"rev": "9547cfd27b5158eb612a6812dfc5c7b3d118b996",
353
"type": "github"
354
},
355
"original": {
+3
-3
flake.nix
+3
-3
flake.nix
···
2
description = "Various dev tools I often want to install from source";
3
4
inputs = {
5
-
fish.url = "github:fish-shell/fish-shell/4.1.0";
6
fish.flake = false;
7
-
jj.url = "github:jj-vcs/jj/v0.33.0";
8
jj.inputs.nixpkgs.follows = "nixpkgs";
9
helix.url = "github:helix-editor/helix";
10
helix.inputs.nixpkgs.follows = "nixpkgs";
···
51
version = "4.1.0";
52
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
53
inherit (finalAttrs) src patches;
54
-
hash = "sha256-9neZKkuQSOPRrBmjYQ5HYHAORNIjSaSAGN+bDqxb4wk=";
55
};
56
postPatch =
57
replaceStrings [ "src/tests/highlight.rs" ] [ "src/highlight/tests.rs" ]
···
2
description = "Various dev tools I often want to install from source";
3
4
inputs = {
5
+
fish.url = "github:fish-shell/fish-shell/4.1.1";
6
fish.flake = false;
7
+
jj.url = "github:jj-vcs/jj/v0.34.0";
8
jj.inputs.nixpkgs.follows = "nixpkgs";
9
helix.url = "github:helix-editor/helix";
10
helix.inputs.nixpkgs.follows = "nixpkgs";
···
51
version = "4.1.0";
52
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
53
inherit (finalAttrs) src patches;
54
+
hash = "sha256-WZdfon6mnM+5caWW6yInQx5B1GjCxQ0XLbJlbvHa3Zc=";
55
};
56
postPatch =
57
replaceStrings [ "src/tests/highlight.rs" ] [ "src/highlight/tests.rs" ]