rename pkg

This commit is contained in:
root 2025-11-08 14:03:24 +00:00
parent 119a0fbd71
commit bc24402f87

View file

@ -1,6 +1,6 @@
{pkgs ? import <nixpkgs> {}}: {pkgs ? import <nixpkgs> {}}:
pkgs.stdenv.mkDerivation { pkgs.stdenv.mkDerivation {
name = "distrust-homepage"; name = "distrust-network-static-webroot";
src = ./.; src = ./.;
buildInputs = [pkgs.gawk]; buildInputs = [pkgs.gawk];