mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
nixfmt changes
This commit is contained in:
parent
92c371e3f6
commit
3897ba30d8
37 changed files with 131 additions and 131 deletions
|
|
@ -2,7 +2,7 @@ inputs:
|
|||
let
|
||||
lib = import ./lib inputs;
|
||||
in
|
||||
lib.gerg-utils {} {
|
||||
lib.gerg-utils { } {
|
||||
inherit lib;
|
||||
nixosConfigurations = lib.mkHosts "x86_64-linux" [
|
||||
"gerg-desktop"
|
||||
|
|
@ -21,7 +21,7 @@ lib.gerg-utils {} {
|
|||
|
||||
formatter = pkgs: inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.lint;
|
||||
|
||||
devShells = pkgs: {default = pkgs.mkShell {packages = [pkgs.sops];};};
|
||||
devShells = pkgs: { default = pkgs.mkShell { packages = [ pkgs.sops ]; }; };
|
||||
|
||||
packages = lib.mkPackages ./packages;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue