5 lines
78 B
Nix
5 lines
78 B
Nix
let
|
|
pkgs = (import <nixpkgs> {});
|
|
in
|
|
import ./mkshell.nix { inherit pkgs; }
|