nix: splice the package properly (#234)
Use callPackage on the wrapper as well. Fixes #232. That change also breaks the public interface a bit to keep things simple.
This commit is contained in:
parent
64ca98a15b
commit
94f1c8d9c5
4 changed files with 34 additions and 37 deletions
|
|
@ -61,9 +61,7 @@ let
|
|||
};
|
||||
# Pass the wrapped system-manager binary down
|
||||
# TODO: Use nixpkgs version by default.
|
||||
inherit (import ../packages.nix { inherit pkgs; })
|
||||
system-manager
|
||||
;
|
||||
system-manager = pkgs.callPackage ../package.nix { };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue