fix(nix): Move nix to repo root to prevend cache duplication
This commit is contained in:
parent
75f3b04e4f
commit
6f92d83c97
2 changed files with 0 additions and 0 deletions
|
@ -1 +0,0 @@
|
|||
use nix
|
|
@ -1,12 +0,0 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
# Choose the build tools that you need
|
||||
gcc
|
||||
gdb
|
||||
cmake
|
||||
];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue