From 471f2e298ea9551362a44ad36a4cd2d2dc2fcb54 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 13 Jul 2024 10:36:00 -0400 Subject: [PATCH] universeair/flake: remove redundant/out of place unfree enable --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index d1ee8b0..6806a0b 100644 --- a/flake.nix +++ b/flake.nix @@ -14,11 +14,6 @@ overlays = import ./overlays/default.nix inputs; modules = import ./modules/default.nix inputs; - # Configuration for `nixpkgs` - nixpkgsConfig = { - config = { allowUnfree = true; }; - }; - pkgs_linux-x86_64 = nixpkgs.legacyPackages."x86-linux"; pkgs_linux-aarch64 = nixpkgs.legacyPackages."aarch64-linux"; in { @@ -60,9 +55,6 @@ nixpkgs.overlays = [ overlays.emacs ]; }) modules.home-manager-darwin - { - nixpkgs = nixpkgsConfig; - } ]; }; homeConfigurations."universelaptop" = home-manager.lib.homeManagerConfiguration {