From f03b3612c269eb65161d8d4355f85c4c53fac0de Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 13 Jan 2026 18:07:34 +0100 Subject: Nix wrangling with flakes --- flake.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 95430cd..f6bbb28 100644 --- a/flake.nix +++ b/flake.nix @@ -11,10 +11,9 @@ pkgs = import nixpkgs { inherit system; }; - packageSet = pkgs.callPackage ./default.nix { - pkgs = pkgs; - }; in { - packages.${system} = packageSet; + packages.${system} = pkgs.callPackage ./lib/core/.nix/derivation.nix { + inherit pkgs; + }; }; } -- cgit v1.2.3