mirror of
https://github.com/nix-community/home-manager
synced 2024-12-03 16:39:46 +01:00
dff5f07952
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.
(cherry picked from commit 797c77a00a
)
8 lines
121 B
Bash
8 lines
121 B
Bash
# -*- mode: sh -*-
|
|
|
|
. "/home/testuser/.nix-profile/etc/profile.d/hm-session-vars.sh"
|
|
|
|
export V1="v1"
|
|
export V2="v2-v1"
|
|
|
|
|