797c77a00a
This replaces some derivation outputs by simple strings rather than full Nix store paths. This removes the need to download the whole derivation when all we need is a static string.
9 lines
121 B
Bash
9 lines
121 B
Bash
# -*- mode: sh -*-
|
|
|
|
. "/home/testuser/.nix-profile/etc/profile.d/hm-session-vars.sh"
|
|
|
|
export V1="v1"
|
|
export V2="v2-v1"
|
|
|
|
|