dotfiles/modules/cli/nix.nix
2021-12-14 12:21:52 +01:00

5 lines
65 B
Nix

{ config, lib, pkgs, ... }:
{
nix.package = pkgs.nixFlakes;
}