forked from cccb-website-team/www
split flake into multiple files
This commit is contained in:
parent
981108e77a
commit
7a32bd5efd
3 changed files with 64 additions and 70 deletions
15
devShells.nix
Normal file
15
devShells.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
pkgs,
|
||||
selfPkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
default = pkgs.mkShellNoCC {
|
||||
inputsFrom = [ selfPkgs.local-content ];
|
||||
|
||||
packages = with pkgs; [
|
||||
go
|
||||
shellcheck
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue