From 6459121bd3b44fea29f900581dc6adcad0890dbc Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:28:55 +0200 Subject: [PATCH] wip fix nix --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 19e05981674..79feaac6993 100644 --- a/flake.nix +++ b/flake.nix @@ -22,8 +22,10 @@ self', ... }: let - inherit (inputs.nixpkgs) lib; - craneLib = inputs.crane.lib.${system}; + pkgs = inputs.nixpkgs.legacyPackages.${system}; + + inherit (pkgs) lib; + craneLib = inputs.crane.mkLib pkgs; clean = root: lib.cleanSourceWith {