mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
add back checks
This commit is contained in:
parent
95b208d4a6
commit
7a89a4da08
1 changed files with 8 additions and 8 deletions
|
@ -48,7 +48,7 @@ let
|
||||||
nimlangserver = pkgs.callPackage ../pkgs/nimlangserver { };
|
nimlangserver = pkgs.callPackage ../pkgs/nimlangserver { };
|
||||||
nph = pkgs.callPackage ../pkgs/nph { };
|
nph = pkgs.callPackage ../pkgs/nph { };
|
||||||
iso = mkIso.config.system.build.isoImage;
|
iso = mkIso.config.system.build.isoImage;
|
||||||
roc = (pkgsFromSystem pkgs.system "roc").full;
|
# roc = (pkgsFromSystem pkgs.system "roc").full;
|
||||||
}
|
}
|
||||||
// (inheritFlakePkgs pkgs [
|
// (inheritFlakePkgs pkgs [
|
||||||
"pixi"
|
"pixi"
|
||||||
|
@ -66,13 +66,13 @@ let
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
# checks = forAllSystems (
|
checks = forAllSystems (
|
||||||
# pkgs:
|
pkgs:
|
||||||
# import ./checks.nix {
|
import ./checks.nix {
|
||||||
# inherit inputs lib self;
|
inherit inputs lib self;
|
||||||
# system = pkgs.system;
|
system = pkgs.system;
|
||||||
# }
|
}
|
||||||
# );
|
);
|
||||||
formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style);
|
formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style);
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue