imag/shell.nix

8 lines
101 B
Nix

{ pkgs ? (import <nixpkgs> {})
}:
(import ./default.nix) {
stdenv = pkgs.stdenv;
pkgs = pkgs;
}