notes and framework for nix-shell env
This commit is contained in:
13
src/shell.nix
Normal file
13
src/shell.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
# nativeBuildInputs is usually what you want -- tools you need to run
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
||||
|
||||
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user