nixos-config/templates/basic-devshell/shell.nix

6 lines
74 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { packages = [ ]; }