mirror of
https://github.com/NotAShelf/batmon.git
synced 2025-01-19 08:22:29 +00:00
nix: remove redundant arg
This commit is contained in:
parent
0e6979f684
commit
60612360f8
1 changed files with 1 additions and 3 deletions
|
@ -21,9 +21,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
devShells = forEachSystem (system: {
|
devShells = forEachSystem (system: {
|
||||||
default = pkgsForEach.${system}.callPackage ./nix/shell.nix {
|
default = pkgsForEach.${system}.callPackage ./nix/shell.nix {};
|
||||||
packagePath = ./nix/package.nix;
|
|
||||||
};
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue