fixed trailing whitespace
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
let
|
||||
inherit (self) outputs;
|
||||
nixosSystem = args.nixpkgs.lib.nixosSystem;
|
||||
|
||||
|
||||
userSettings = {
|
||||
userName = "appdaemon";
|
||||
gitUserName = "John Lancaster";
|
||||
@@ -54,7 +54,7 @@
|
||||
{
|
||||
nixosConfigurations.${systemSettings.hostName} = nixosSystem {
|
||||
system = systemSettings.system;
|
||||
specialArgs =
|
||||
specialArgs =
|
||||
let
|
||||
inputs = args;
|
||||
in
|
||||
@@ -77,7 +77,7 @@
|
||||
devenv-test = self.devShells.${systemSettings.system}.default.config.test;
|
||||
};
|
||||
|
||||
devShells.${systemSettings.system}.default =
|
||||
devShells.${systemSettings.system}.default =
|
||||
let
|
||||
inputs = args;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user