mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
refactor: 🚚 Point everything to the new GitHub org
This commit is contained in:
parent
47c666894c
commit
f9023893af
13 changed files with 66 additions and 66 deletions
|
|
@ -5,7 +5,7 @@
|
|||
outputHash.x86_64-linux = lib.fakeHash;
|
||||
outputHash.aarch64-linux = lib.fakeHash;
|
||||
src = fetchFromGitHub {
|
||||
owner = "lysand-org";
|
||||
owner = "versia-pub";
|
||||
repo = "server";
|
||||
rev = "fbb845f7f8ee97e51ff57edba3817224341d3078";
|
||||
hash = "sha256-pc5t6z/AE+NPZEzXxTlzT76jq5PF7Mvjh94A0NCBDh8=";
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
SOURCE=$(nix-prefetch-github --nix lysand-org server | tail -n 6)
|
||||
SOURCE=$(nix-prefetch-github --nix versia-pub server | tail -n 6)
|
||||
|
||||
cat > ./nix/source.nix << EOF
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue