mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
refactor: restructure project to remove profiles, users, ...
This commit is contained in:
parent
cb3ae5f434
commit
53655a05fc
177 changed files with 544 additions and 2877 deletions
|
|
@ -6,7 +6,7 @@ let
|
|||
sha256 = lock.nodes.flake-compat.locked.narHash;
|
||||
};
|
||||
trusted = import flakeCompat {
|
||||
src = ./trusted;
|
||||
src = ./flake/trusted;
|
||||
};
|
||||
nixfiles = import flakeCompat {
|
||||
src = ./.;
|
||||
|
|
@ -14,5 +14,5 @@ let
|
|||
in nixfiles.defaultNix.inputs // {
|
||||
trusted = if builtins.getEnv "TRUSTED" != ""
|
||||
then trusted.defaultNix.inputs.trusted
|
||||
else ./empty;
|
||||
else ./flake/empty;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue