fix a mistake in flake outputs
`nix run ...` should run websites; I broke this earlier.
This commit is contained in:
parent
b5855fe379
commit
641c59092c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
deploy-rs.lib;
|
||||
|
||||
packages.x86_64-linux =
|
||||
pkgs; # self.nixosConfigurations.parsons.config.hacc.websites.builders;
|
||||
self.nixosConfigurations.parsons.config.hacc.websites.builders;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue