refactor: hemar reboot
This commit is contained in:
7
devshell/dev/default.nix
Normal file
7
devshell/dev/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
system,
|
||||
self,
|
||||
pkgs
|
||||
}: {
|
||||
hemar = import ./hemar.nix { inherit self system pkgs; };
|
||||
}
|
||||
5
devshell/dev/hemar.nix
Normal file
5
devshell/dev/hemar.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: pkgs.mkShell {
|
||||
buildInputs = (with pkgs; [
|
||||
dash
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user