allow nix-env -f <stockholm>
This commit is contained in:
parent
fbab9828da
commit
41dc859d7e
@ -1,8 +1,10 @@
|
||||
{ current-date
|
||||
, current-host-name
|
||||
, current-user-name
|
||||
{ current-date ? abort "current-date not defined"
|
||||
, current-host-name ? abort "current-host-name not defined"
|
||||
, current-user-name ? builtins.getEnv "LOGNAME"
|
||||
}:
|
||||
|
||||
assert current-user-name != "";
|
||||
|
||||
let
|
||||
lib = import <nixpkgs/lib>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user