summaryrefslogtreecommitdiff
path: root/pkgs/persistent-nix-shell/default.nix
blob: 906fc2df285a7fcc26a25cd1cdba2ae60394ce07 (plain)
1
2
3
4
5
{ stdenv, pkgs, ... }:

pkgs.writeShellScriptBin
  "persistent-nix-shell"
  (builtins.readFile ./persistent-nix-shell.sh)