intake/shell.nix

6 lines
88 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [ pkgs.nixos-shell ];
}