mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: flake sanity, remove relative paths
This commit is contained in:
parent
8f6859fa8d
commit
d10b95e21a
5 changed files with 8 additions and 250 deletions
14
trusted/flake.nix
Normal file
14
trusted/flake.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
inputs = {
|
||||
trusted = {
|
||||
url = "git+ssh://git@github.com/kittywitch/nixfiles-trusted?ref=main";
|
||||
flake = false;
|
||||
};
|
||||
nixfiles = {
|
||||
url = "github:kittywitch/nixfiles";
|
||||
inputs.trusted.follows = "trusted";
|
||||
};
|
||||
};
|
||||
outputs = { self, trusted, nixfiles, ... }: let
|
||||
in nixfiles;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue