Auto Push

main
lzc256 2024-06-02 06:19:37 +08:00
parent ea537d6260
commit b59c22bbf2
1 changed files with 1 additions and 1 deletions

View File

@ -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
{