Compare commits

..

No commits in common. "main" and "HEAD" have entirely different histories.
main ... HEAD

2 changed files with 1 additions and 13 deletions

View file

@ -47,18 +47,5 @@
SHELL_NAME="''${pkg}" NIXPKGS_ALLOW_UNFREE=1 nix shell --impure github:NixOS/nixpkgs/''${rev}#''${pkg} -c ''${cmd}
}
# Prefetch to nix store.
# Usage: prefetch <URL>
function prefetch() {
local url="''${1}"
if [[ "''${url}" = "" ]]; then
help prefetch
return 2
fi
nix hash to-sri --type sha256 $(nix-prefetch-url "''${url}")
}
'';
}

View file

@ -7,6 +7,7 @@
module = {
# ISSUE: hdd.enable = true;
change.enable = true;
chat.enable = true;
cloud.enable = true;
ddns.enable = true;
dns.enable = true;