allow nix-env -f <stockholm>
This commit is contained in:
parent
fbab9828da
commit
41dc859d7e
@ -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>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user