Ignore build results
This commit is contained in:
parent
b6b7d72717
commit
97e3b3d937
2 changed files with 9 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.o
|
||||
*.d
|
||||
7
flake.nix
Normal file
7
flake.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
# nativeBuildInputs is usually what you want -- tools you need to run
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
emscripten
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue