summaryrefslogtreecommitdiff
path: root/derivations/yek/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'derivations/yek/flake.nix')
-rw-r--r--derivations/yek/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/derivations/yek/flake.nix b/derivations/yek/flake.nix
index 904d54f..9dc0497 100644
--- a/derivations/yek/flake.nix
+++ b/derivations/yek/flake.nix
@@ -13,7 +13,7 @@
pkgs = nixpkgs.legacyPackages.${system};
in {
packages.${system}.default = pkgs.callPackage ./package.nix {
- inherit (pkgs) lib;
+ inherit (pkgs) nixpkgs lib;
};
};
}