add stunkymonkey home-page as source

This commit is contained in:
Felix Buehler 2022-06-26 18:15:03 +02:00
parent 987f43dd63
commit 819c842620
2 changed files with 23 additions and 1 deletions

View file

@ -12,6 +12,11 @@
deploy-rs.url = "github:input-output-hk/deploy-rs";
sops-nix.url = "github:Mic92/sops-nix";
stunkymonkey = {
url = "github:Stunkymonkey/stunkymonkey.de";
flake = false;
};
};
outputs = { ... } @ args: import ./outputs.nix args;
}