summaryrefslogtreecommitdiff
path: root/host/software
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-08-19 23:39:32 +0200
committerAdrian Kummerlaender2021-08-19 23:41:32 +0200
commit171a2a7dc1bb5dceff2692baed0b552f663b8f3b (patch)
treec8034d08e55f7cbeb39528c73207301e89487fcd /host/software
parent63c94c5ee48cd218d70cfbb5226d635e24e695bc (diff)
downloadnixos_system-171a2a7dc1bb5dceff2692baed0b552f663b8f3b.tar
nixos_system-171a2a7dc1bb5dceff2692baed0b552f663b8f3b.tar.gz
nixos_system-171a2a7dc1bb5dceff2692baed0b552f663b8f3b.tar.bz2
nixos_system-171a2a7dc1bb5dceff2692baed0b552f663b8f3b.tar.lz
nixos_system-171a2a7dc1bb5dceff2692baed0b552f663b8f3b.tar.xz
nixos_system-171a2a7dc1bb5dceff2692baed0b552f663b8f3b.tar.zst
nixos_system-171a2a7dc1bb5dceff2692baed0b552f663b8f3b.zip
Remove pkgs host
Accessing the fakeified repository directly is more straight forward.
Diffstat (limited to 'host/software')
-rw-r--r--host/software/server/website.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/host/software/server/website.nix b/host/software/server/website.nix
index 00473df..8248a0b 100644
--- a/host/software/server/website.nix
+++ b/host/software/server/website.nix
@@ -47,13 +47,6 @@
'';
};
- "pkgs.kummerlaender.eu" = default {
- "/".root = "/home/public/pkgs/result";
- "/nixexprs.tar.gz" = proxy "http://code.kummerlaender.eu" "http://code.kummerlaender.eu/pkgs/snapshot/master.tar.gz";
- "/nixexprs.tar.xz" = proxy "http://code.kummerlaender.eu" "http://code.kummerlaender.eu/pkgs/snapshot/master.tar.xz";
- "/nixexprs.tar.bz2" = proxy "http://code.kummerlaender.eu" "http://code.kummerlaender.eu/pkgs/snapshot/master.tar.bz2";
- };
-
"literatelb.org" = let
sub = "literatelb";
in default {