nix-gscheits/modules/nix.nix
2021-07-18 13:55:11 +02:00

5 lines
54 B
Nix

{ pkgs, ... }:
{
nix.package = pkgs.nixUnstable;
}