mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Rename directory flake to flake-parts
This commit is contained in:
parent
8cdb87769c
commit
121d7364f7
7 changed files with 6 additions and 6 deletions
12
flake.nix
12
flake.nix
|
|
@ -67,12 +67,12 @@
|
|||
systems = [ "x86_64-linux" ];
|
||||
|
||||
imports = [
|
||||
./flake/dev-shell.nix
|
||||
./flake/formatter.nix
|
||||
./flake/hosts.nix
|
||||
./flake/modules.nix
|
||||
./flake/scripts.nix
|
||||
./flake/sops.nix
|
||||
./flake-parts/dev-shell.nix
|
||||
./flake-parts/formatter.nix
|
||||
./flake-parts/hosts.nix
|
||||
./flake-parts/modules.nix
|
||||
./flake-parts/scripts.nix
|
||||
./flake-parts/sops.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue