Auto Push
parent
ea537d6260
commit
b59c22bbf2
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue