Skip to content

Instantly share code, notes, and snippets.

View dyegoaurelio's full-sized avatar

dyegoaurelio

View GitHub Profile
@dyegoaurelio
dyegoaurelio / shell.nix
Last active January 19, 2024 14:16 — forked from cdepillabout/shell.nix
shell.nix for Python development using virtualenv and pip
let
# nixpkgs-src = builtins.fetchTarball {
# # master of 2021-01-05.
# url = "https://github.com/NixOS/nixpkgs/archive/1a57d96edd156958b12782e8c8b6a374142a7248.tar.gz";
# sha256 = "1qdh457apmw2yxbpi1biwl5x5ygaw158ppff4al8rx7gncgl10rd";
# };
# pkgs = import nixpkgs-src {
# config = {
# # allowUnfree may be necessary for some packages, but in general you should not need it.