summaryrefslogtreecommitdiff
path: root/templates/system-flake/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'templates/system-flake/flake.nix')
-rw-r--r--templates/system-flake/flake.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/system-flake/flake.nix b/templates/system-flake/flake.nix
index 7b4ec56..6afe06f 100644
--- a/templates/system-flake/flake.nix
+++ b/templates/system-flake/flake.nix
@@ -24,11 +24,5 @@
trivium.lib.mkSystemFlake {
system = "x86_64-linux";
inherit flakes;
-
- localOverlayPath = ./pkgs;
- nixpkgsConfigPath = ./pkgs/config;
-
- hmSourcePath = ./home;
- nixosSourcePath = ./sys;
};
}