Add precommit and run on all

This commit is contained in:
2024-02-27 22:48:45 +01:00
parent 0be3e6f634
commit 602337bd37
8 changed files with 28 additions and 14 deletions

View File

@@ -13,7 +13,8 @@
let
system = "x86_64-linux";
user = "torjus";
in {
in
{
nixosConfigurations.prismo = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs self user; };