mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-07 04:33:57 +00:00
move apps into pkgs and rename hosts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.mkShell {
|
||||
name = "dotfiles-devshell";
|
||||
buildInputs = with pkgs; [
|
||||
git
|
||||
stylua
|
||||
nixfmt-rfc-style
|
||||
shfmt
|
||||
shellcheck
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user