mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Add Nix helper tools
This commit is contained in:
parent
174c971350
commit
fb207d7e6c
2 changed files with 10 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> {},
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.shellcheck
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue