Fix formatting
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
home-manager.users.root = import ./home/root.nix;
|
||||
}
|
||||
];
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
syedm = nixpkgs.lib.nixosSystem {
|
||||
@@ -43,5 +46,16 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# For development
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
nil
|
||||
nixfmt
|
||||
|
||||
lua-language-server
|
||||
stylua
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user