Removing leftovers.
This commit is contained in:
parent
e8a2671a3e
commit
3f4e24449b
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
versions = lib.importJSON ./versions.json;
|
||||
in
|
||||
{
|
||||
packageOverrides = pkgs: {
|
||||
warp-terminal = pkgs.warp-terminal.override {
|
||||
version = "0.2024.06.25.08.02.stable_01";
|
||||
src = lib.fetchurl {
|
||||
hash = "sha256-Fc48bZzFBw9p636Mr8R+W/d1B3kIcOAu/Gd17nbzNfI=";
|
||||
url = "https://releases.warp.dev/stable/v0.2024.06.25.08.02.stable_01/warp-terminal-v0.2024.06.25.08.02.stable_01-1-x86_64.pkg.tar.zst";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue