nix fmt
This commit is contained in:
parent
008191be2d
commit
3716e651b5
2 changed files with 14 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
{ modulesPath, config, lib, pkgs, ...}:
|
||||
{
|
||||
modulesPath,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue