tewi deployment

This commit is contained in:
arcnmx 2023-03-10 11:07:01 -08:00
parent 827d638f3a
commit 5d6c301a39
15 changed files with 84 additions and 1084 deletions

View file

@ -4,13 +4,7 @@
type = "git";
url = "gcrypt::ssh://git@github.com/arcnmx/kat-nixfiles-trusted.git";
ref = "shim";
flake = false;
};
nixfiles = {
url = "github:kittywitch/nixfiles";
inputs.trusted.follows = "trusted";
};
};
outputs = { self, trusted, nixfiles, ... }: let
in nixfiles;
outputs = { self, trusted, ... }: trusted;
}