reformatting

This commit is contained in:
baduhai 2022-12-07 00:59:57 -03:00
parent 59bf5b4312
commit e1c402db2d

View file

@ -1,9 +1,7 @@
{ config, pkgs, lib, ... }:
{
nixpkgs.config = {
allowUnfree = true;
};
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
any-nix-shell