mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
shell: Added shell + .envrc for isRemote
This commit is contained in:
parent
358253af71
commit
9123407777
2 changed files with 8 additions and 0 deletions
7
shell.nix
Normal file
7
shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
with (import <nixpkgs> {});
|
||||
|
||||
mkShell {
|
||||
shellHook = ''
|
||||
export HOME_HOSTNAME=$(hostname -s)
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue