refactor(scripts): remove unnecessary imports
They slow down evaluations
This commit is contained in:
parent
46ba379d08
commit
165c403072
3 changed files with 23 additions and 23 deletions
|
@ -13,7 +13,7 @@ in
|
|||
./home-modules.nix
|
||||
./nixvim-modules.nix
|
||||
./overlays.nix
|
||||
./scripts.nix
|
||||
../scripts
|
||||
];
|
||||
|
||||
perSystem =
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
let
|
||||
scripts = import ../scripts;
|
||||
in
|
||||
{
|
||||
# Add scripts to overlay
|
||||
flake.overlays.scripts = final: prev: scripts final;
|
||||
|
||||
# Add scripts to packages
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
packages = scripts pkgs;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue