aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0fa1c1e0..220095aa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -286,7 +286,7 @@
pkgsStable = nixpkgs-stable.legacyPackages.${system};
pkgs = nixpkgs.legacyPackages.${system};
myPkgs = import ./pkgs {
- inherit sysLib pkgs nixLib;
+ inherit pkgs nixLib;
};
nixpkgs_as_input = nixpkgs;