feat: move to flakes

This commit is contained in:
kat witch 2021-11-21 21:38:53 +00:00 committed by kat
parent 3447fa3d12
commit 7c5836558a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
31 changed files with 921 additions and 726 deletions

View file

@ -1,3 +1,3 @@
{ sources, ... }: final: prev: {
dns = import sources.nix-dns;
{ inputs, ... }: final: prev: {
dns = import inputs.nix-dns;
}