allow nix-env -f <stockholm>

This commit is contained in:
tv 2015-10-17 06:30:20 +02:00
parent fbab9828da
commit 41dc859d7e
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
{ current-date { current-date ? abort "current-date not defined"
, current-host-name , current-host-name ? abort "current-host-name not defined"
, current-user-name , current-user-name ? builtins.getEnv "LOGNAME"
}: }:
assert current-user-name != "";
let let
lib = import <nixpkgs/lib>; lib = import <nixpkgs/lib>;