summaryrefslogtreecommitdiff
path: root/shell.nix
blob: 348cafc523e90c38bb181d1b5de1bea9b60b1c61 (plain)
1
2
3
4
{ pkgs ? import <nixpkgs> { } }:

let settings = { nix.enable = true; };
in import ./. { inherit pkgs settings; }