mirror of
https://github.com/NixOS/nix
synced 2025-07-08 19:23:54 +02:00
* Use $(storedir) instead of $(prefix)/store.
This commit is contained in:
parent
dbf547645d
commit
7f0ed370da
3 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ use strict;
|
|||
use IPC::Open2;
|
||||
|
||||
my $linkdir = "@localstatedir@/nix/profiles";
|
||||
my $storedir = "@prefix@/store";
|
||||
my $storedir = "@storedir@";
|
||||
|
||||
my %alive;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue