set path to nix-store
This commit is contained in:
parent
5630e3004e
commit
b77600c855
@ -1,5 +1,5 @@
|
||||
#!/run/current-system/sw/bin/bash
|
||||
storePath=$(nix-store -q installFiles)
|
||||
storePath=$(/run/current-system/sw/bin/nix-store -q installFiles)
|
||||
|
||||
echo "Installing system using disco and flake"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user