nix-fmt
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
|
||||
{ config, pkgsUnstable, ... } :
|
||||
{ config, pkgsUnstable, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgsUnstable; [
|
||||
devenv
|
||||
];
|
||||
|
||||
nix.settings.trusted-users = [ "root" "avravels" ];
|
||||
nix.settings.trusted-users = [
|
||||
"root"
|
||||
"avravels"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user