summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 9d56b2a..f80e975 100644
--- a/flake.nix
+++ b/flake.nix
@@ -54,7 +54,7 @@
pkgs = nixpkgs.legacyPackages.${system};
in {
name = system;
- value = import ./pkgs { inherit pkgs inputs system; };
+ value = import ./pkgs { inherit pkgs inputs system options; };
}
) systems);