mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: adapt flake for 'nix flake check'
This commit is contained in:
parent
584cc31ce3
commit
453869609c
9 changed files with 24 additions and 14 deletions
|
|
@ -185,8 +185,9 @@
|
|||
nativeBuildInputs = [ pkgs.nix pkgs.home-manager pkgs.git ];
|
||||
};
|
||||
});
|
||||
|
||||
# this sets the formatter that is going to be used by nix fmt
|
||||
formatter = forEachSystem (pkgs: pkgs.nixpkgs-fmt);
|
||||
overlays = [
|
||||
checks = forAllSystems (
|
||||
system:
|
||||
let
|
||||
|
|
@ -194,6 +195,7 @@
|
|||
in
|
||||
import ./checks { inherit self inputs system pkgs; }
|
||||
);
|
||||
overlaysList = [
|
||||
(import ./overlays { inherit inputs; }).additions
|
||||
(import ./overlays { inherit inputs; }).modifications
|
||||
(import ./overlays { inherit inputs; }).nixpkgs-stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue