Hope this fixes

This commit is contained in:
Johannes Jöns 2023-03-06 21:50:31 +01:00
parent 41c0ace805
commit 71226d52fd
3 changed files with 7 additions and 7 deletions

View file

@ -1,12 +1,12 @@
{ stdenv, lib, dns }: { stdenv, lib }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "opennic-dns-root-data"; pname = "opennic-dns-root-data";
buildCommand = '' buildCommand = ''
mkdir $out mkdir $out
echo "${dns.lib.toString "example.com" (import ./geek.nix { inherit dns; })}" > $out/geek.zone echo "${lib.toString "example.com" (import ./geek.nix { inherit dns; })}" > $out/geek.zone
echo "${dns.lib.toString "example.com" (import ./geek.nix { inherit dns; })}" > $out/glue.zone echo "${lib.toString "example.com" (import ./geek.nix { inherit dns; })}" > $out/glue.zone
''; '';
meta = with lib; { meta = with lib; {

View file

@ -1,6 +1,6 @@
{ dns }: { lib }:
with dns.lib.combinators; with lib.combinators;
{ {
SOA = { SOA = {

View file

@ -1,6 +1,6 @@
{ dns }: { lib }:
with dns.lib.combinators; with lib.combinators;
{ {
SOA = { SOA = {