infrastructure/meta/verify.nix
Tom Hubrecht 58c8d0f6d2
All checks were successful
lint / check (push) Successful in 22s
feat(dns): Split out config
2024-02-23 13:06:15 +01:00

6 lines
119 B
Nix

let
sources = import ../npins;
pkgs = import sources.nixpkgs { };
in
builtins.deepSeq ((import ./.) pkgs.lib) { }