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