mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
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.
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"
|
|
|
|
|