updates from makefile

This commit is contained in:
Don Harper 2024-01-04 14:48:48 -06:00
parent d28eb42890
commit fcb6c31999
5 changed files with 131 additions and 30 deletions

View file

@ -13,7 +13,14 @@
#};
};
outputs = inputs: {
outputs = inputs@{
self,
nixpkgs,
nix,
nixos-hardware,
home-manager,
...
}: {
nixosConfigurations = let
workstation = {
system = "x86_64-linux";