add cpucap to muede home config
This commit is contained in:
parent
30adb68c04
commit
167f213fd0
4 changed files with 185 additions and 0 deletions
|
|
@ -172,5 +172,12 @@
|
|||
formatting = treefmt-eval.config.build.check self;
|
||||
}
|
||||
);
|
||||
|
||||
devShells = forAllSystems (
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
default = pkgs.mkShellNoCC { packages = [ pkgs.shellcheck ]; };
|
||||
}
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue