You've already forked nixos-overlay
mirror of
https://github.com/t2linux/nixos-overlay.git
synced 2026-04-30 13:32:04 -07:00
5 lines
100 B
Nix
5 lines
100 B
Nix
{ pkgs ? import <nixpkgs> { }, ... }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [ cachix ];
|
|
}
|