Skip to content

Instantly share code, notes, and snippets.

@pwm
pwm / default.nix
Last active March 25, 2024 13:14
Drop-in devshell
# https://gist.github.com/pwm/1380feaa134ec7f7d99d8b34a07908ad
#
# Copy this file into the root dir of the project and run `nix-shell`
#
{ compiler ? "ghc948" }:
let
pkgs = import
(builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/f8e2ebd66d097614d51a56a755450d4ae1632df1.tar.gz";
sha256 = "03cxv9h218dj7kc5hb0yrclshgbq20plyrvnfdaw5payyy9gbsfr";