mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
style: run fmt
This commit is contained in:
@@ -64,7 +64,10 @@
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
trusted-users = [ "root" currentSystemUser ];
|
||||
trusted-users = [
|
||||
"root"
|
||||
currentSystemUser
|
||||
];
|
||||
};
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/main.tar.gz") {
|
||||
|
||||
Reference in New Issue
Block a user