Created
October 23, 2021 08:58
-
-
Save Vinetos/0c2f0b2e6f7a5f69fe739200ec867ca3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# default.nix | |
with import <nixpkgs> {}; | |
stdenv.mkDerivation { | |
name = "dev-environment"; # Probably put a more meaningful name here | |
buildInputs = [ | |
pkg-config | |
clion | |
criterion | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment