updates from makefile
This commit is contained in:
parent
d28eb42890
commit
fcb6c31999
5 changed files with 131 additions and 30 deletions
|
|
@ -13,7 +13,14 @@
|
|||
#};
|
||||
};
|
||||
|
||||
outputs = inputs: {
|
||||
outputs = inputs@{
|
||||
self,
|
||||
nixpkgs,
|
||||
nix,
|
||||
nixos-hardware,
|
||||
home-manager,
|
||||
...
|
||||
}: {
|
||||
nixosConfigurations = let
|
||||
workstation = {
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue