mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
nix: fix attribute path of nix stable
This commit is contained in:
parent
9970d23218
commit
b030278dc6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ with lib;
|
||||||
config = {
|
config = {
|
||||||
nix = {
|
nix = {
|
||||||
package = config.lib.test.mkStubPackage {
|
package = config.lib.test.mkStubPackage {
|
||||||
version = lib.getVersion pkgs.nixStable;
|
version = lib.getVersion pkgs.nixVersions.stable;
|
||||||
buildScript = ''
|
buildScript = ''
|
||||||
target=$out/bin/nix
|
target=$out/bin/nix
|
||||||
mkdir -p "$(dirname "$target")"
|
mkdir -p "$(dirname "$target")"
|
||||||
|
|
Loading…
Reference in a new issue