misc: initial commit
This commit is contained in:
commit
964b99b28d
32 changed files with 1675 additions and 0 deletions
21
dev-shell/default.nix
Normal file
21
dev-shell/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{...}: {
|
||||
perSystem = {
|
||||
pkgs,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
just
|
||||
alejandra
|
||||
nixpkgs-fmt
|
||||
nix-tree
|
||||
nix-diff
|
||||
nvd
|
||||
nix-inspect
|
||||
nix-du
|
||||
nix-output-monitor
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue