mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
fix typo
This commit is contained in:
parent
ce3c582063
commit
0747fbe0fe
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, lib, dns }:
|
{ stdenv, lib, dns }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "openic-dns-root-data";
|
pname = "opennic-dns-root-data";
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
|
|
Loading…
Add table
Reference in a new issue