Add nvfetcher

This commit is contained in:
muon 2025-05-24 09:19:56 +00:00
parent 38203669eb
commit b11fb1e8c3
7 changed files with 423 additions and 97 deletions

View file

@ -1,7 +1,7 @@
{ inputs, system, ... }: {
{ inputs, system, sources, ... }: {
mkHost = host:
inputs.nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs system; };
specialArgs = { inherit inputs system sources; };
modules = [
host