Follow hydra's nix input
Eelco Dolstra committed
Jul 28, 2020 at 12:14 UTC
7a30ea9ca476c2e004fa214dc2aa498b2d57aaa0
1 file changed
+1
delft/flake.nix
+1
@@ -1,6 +1,7 @@
1
{
2
#inputs.nixpkgs.url = "/home/deploy/src/edolstra-nixpkgs"; # toString ../../edolstra-nixpkgs; # = "nixpkgs/release-19.09";
3
inputs.nixpkgs.url = "nixpkgs/nixos-20.03";
4
+ inputs.nix.follows = "hydra/nix";
5
6
outputs = flakes @ { self, nixpkgs, nix, hydra, dwarffs }: {
7