mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
tewi deployment
This commit is contained in:
parent
827d638f3a
commit
5d6c301a39
15 changed files with 84 additions and 1084 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue