mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
fix inconsistent indentation with nixpkgs-fmt
This commit is contained in:
parent
1ac0e76b15
commit
69f1337980
8 changed files with 138 additions and 122 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ makeTest ? import <nixpkgs/nixos/tests/make-test-python.nix>
|
||||
, pkgs ? (import <nixpkgs> {})
|
||||
, pkgs ? (import <nixpkgs> { })
|
||||
}@args:
|
||||
let
|
||||
lib = pkgs.lib;
|
||||
|
|
@ -12,4 +12,5 @@ let
|
|||
);
|
||||
|
||||
allTests = lib.genAttrs (allTestFilenames) (test: import (./. + "/${test}.nix") { inherit makeDiskoTest; });
|
||||
in allTests
|
||||
in
|
||||
allTests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue