dadada.li/shell.nix

6 lines
80 B
Nix

{ pkgs ? import <nixpkgs> {} }:
with pkgs;
{
this = callPackage ./nix { };
}