mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
enpass: Fix baseurl
This commit is contained in:
parent
cac076a0cc
commit
0355bc8653
@ -14,7 +14,7 @@ let
|
||||
|
||||
data = all_data.${system_map.${stdenv.hostPlatform.system} or (throw "Unsupported platform")};
|
||||
|
||||
baseUrl = "http://repo.sinew.in";
|
||||
baseUrl = "https://apt.enpass.io";
|
||||
|
||||
# used of both wrappers and libpath
|
||||
libPath = lib.makeLibraryPath (with xorg; [
|
||||
|
Loading…
Reference in New Issue
Block a user