From 79d34ed7c93af2daf32cf44ee0e3e0768f13f97c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 20 Oct 2020 12:21:06 +0200 Subject: [PATCH] Follow nix/nixpkgs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c86f88e1..0726140c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "A Nix-based continuous build system"; - inputs.nixpkgs.url = "nixpkgs/nixos-20.09"; + inputs.nixpkgs.follows = "nix/nixpkgs"; outputs = { self, nixpkgs, nix }: let