Added env helper
This commit is contained in:
parent
ffc4e6a90b
commit
944d74060e
11
shell-modules/env.nix
Normal file
11
shell-modules/env.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ lib, ... }:
|
||||
|
||||
with lib;
|
||||
{
|
||||
options = {
|
||||
env = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
default = [ ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user