Skip to content

Instantly share code, notes, and snippets.

@Vinetos
Created October 23, 2021 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vinetos/0c2f0b2e6f7a5f69fe739200ec867ca3 to your computer and use it in GitHub Desktop.
Save Vinetos/0c2f0b2e6f7a5f69fe739200ec867ca3 to your computer and use it in GitHub Desktop.
# 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