Compare commits

..

No commits in common. "d4a04a73433f6abbd777461e353fa04673278ec7" and "2f304644274995c27d27c03331cbc9849fe414cb" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -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;
}; };

View file

@ -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