initial commit
This commit is contained in:
commit
95085a0d24
16 changed files with 294 additions and 0 deletions
16
tools/devshell.nix
Normal file
16
tools/devshell.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ pkgs
|
||||
,
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
name = "homelab";
|
||||
|
||||
packages = with pkgs; [
|
||||
nil
|
||||
nixpkgs-fmt
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
exec zsh
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue