forked from fabian/nix_config
flake: add default values for mkSystemFlake paths
This commit is contained in:
parent
3a3d73d5b6
commit
ae5315326a
2 changed files with 4 additions and 10 deletions
|
@ -24,11 +24,5 @@
|
|||
trivium.lib.mkSystemFlake {
|
||||
system = "x86_64-linux";
|
||||
inherit flakes;
|
||||
|
||||
localOverlayPath = ./pkgs;
|
||||
nixpkgsConfigPath = ./pkgs/config;
|
||||
|
||||
hmSourcePath = ./home;
|
||||
nixosSourcePath = ./sys;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue