adde Makefile
This commit is contained in:
parent
22391994a3
commit
5a68459718
|
@ -1 +1 @@
|
||||||
flake-profile-18-link
|
flake-profile-22-link
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/d9kjbddwp2dsiwpvdvmaff9lpgy5rhsv-nix-shell-env
|
|
1
tortoise/.direnv/flake-profile-22-link
Symbolic link
1
tortoise/.direnv/flake-profile-22-link
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/nix/store/jc0724y8lrsl7cynqdphq7ivbiq8cz52-nix-shell-env
|
|
@ -15,10 +15,12 @@
|
||||||
default = pkgs.mkShell.override
|
default = pkgs.mkShell.override
|
||||||
{
|
{
|
||||||
# Override stdenv in order to change compiler:
|
# Override stdenv in order to change compiler:
|
||||||
stdenv = pkgs.clangStdenv;
|
# stdenv = pkgs.clangStdenv;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
glibc
|
||||||
|
nix-env
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake
|
cmake
|
||||||
codespell
|
codespell
|
||||||
|
|
BIN
tortoise/tortoise
Executable file
BIN
tortoise/tortoise
Executable file
Binary file not shown.
Loading…
Reference in a new issue