Compare commits
No commits in common. "d4a04a73433f6abbd777461e353fa04673278ec7" and "2f304644274995c27d27c03331cbc9849fe414cb" have entirely different histories.
d4a04a7343
...
2f30464427
2 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "v0.24.0";
|
rev = "v0.23.0";
|
||||||
src = (pkgs.fetchFromGitHub {
|
src = (pkgs.fetchFromGitHub {
|
||||||
owner = "martinvonz";
|
owner = "martinvonz";
|
||||||
repo = "jj";
|
repo = "jj";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
hash = "sha256-XsD4P2UygZFcnlV2o3E/hRRgsGjwKw1r9zniEeAk758=";
|
hash = "sha256-NCeD+WA3uVl4l/KKFDtdG8+vpm10Y3rEAf8kY6SP0yo=";
|
||||||
}) // {
|
}) // {
|
||||||
shortRev = rev;
|
shortRev = rev;
|
||||||
};
|
};
|
||||||
|
|
|
@ -144,7 +144,6 @@ in
|
||||||
alacritty.terminfo kitty.terminfo
|
alacritty.terminfo kitty.terminfo
|
||||||
iftop htop jq
|
iftop htop jq
|
||||||
depot.nix.pkgs.mercurial
|
depot.nix.pkgs.mercurial
|
||||||
depot.nix.pkgs.jj
|
|
||||||
switch-prebuilt
|
switch-prebuilt
|
||||||
depot.ops.vault.provision-secret-id
|
depot.ops.vault.provision-secret-id
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
|
Loading…
Reference in a new issue