bump inputs
This commit is contained in:
parent
ceb855a857
commit
c58edc48e6
4 changed files with 126 additions and 71 deletions
|
@ -1,9 +1,16 @@
|
|||
{
|
||||
perSystem = {pkgs, ...}: {
|
||||
perSystem = {
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
name = "nichts";
|
||||
DIRENV_LOG_FORMAT = "";
|
||||
|
||||
#inputsFrom = [config.treefmt.build.devShell];
|
||||
packages = with pkgs; [
|
||||
config.treefmt.build.wrapper # treewide formatter
|
||||
nil # nix language server
|
||||
alejandra
|
||||
git # take a guess
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue