From b59c22bbf29cd4a10400b1a6546f055669d5d7cd Mon Sep 17 00:00:00 2001 From: lzc256 Date: Sun, 2 Jun 2024 06:19:37 +0800 Subject: [PATCH] Auto Push --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e543774..29704d8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -4,7 +4,7 @@ let home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz"; pkgs = import (builtins.fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/459104f841356362bfb9ce1c788c1d42846b2454.tar.gz"; - }) {}; + }) { nixpkgs.config.allowUnfree = true; }; in {