Revert "flake.nix: comment out inputs.*.inputs.*.follows to avoid nix-2.5 issue"

This reverts commit f719288916.
This commit is contained in:
Astro 2022-01-10 01:54:20 +01:00
parent f719288916
commit f6ea1f0332
1 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,11 @@
nixpkgs-mobilizon.url = "github:erictapen/nixpkgs/mobilizon";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
secrets.url = "git+ssh://gitea@gitea.c3d2.de/c3d2-admins/secrets.git";
# secrets.inputs.sops-nix.follows = "sops-nix";
secrets.inputs.sops-nix.follows = "sops-nix";
nixos-hardware.url = "github:nixos/nixos-hardware";
zentralwerk.url = "git+https://gitea.c3d2.de/zentralwerk/network.git";
yammat.url = "git+https://gitea.c3d2.de/astro/yammat.git?ref=nix";
# yammat.inputs.nixpkgs.follows = "nixpkgs";
yammat.inputs.nixpkgs.follows = "nixpkgs";
scrapers.url = "git+https://gitea.c3d2.de/astro/scrapers.git";
scrapers.flake = false;
spacemsg.url = "github:astro/spacemsg";
@ -20,12 +20,12 @@
ticker.url = "git+https://gitea.c3d2.de/astro/ticker.git";
ticker.flake = false;
heliwatch.url = "git+https://gitea.c3d2.de/astro/heliwatch.git";
# heliwatch.inputs.nixpkgs.follows = "nixpkgs";
heliwatch.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
naersk.url = "github:mhuesch/naersk";
# naersk.inputs.nixpkgs.follows = "nixpkgs";
naersk.inputs.nixpkgs.follows = "nixpkgs";
fenix.url = "github:nix-community/fenix";
# fenix.inputs.nixpkgs.follows = "nixpkgs";
fenix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs@{ self, nixpkgs, secrets, nixos-hardware, zentralwerk, yammat, scrapers, spacemsg, tigger, ticker, heliwatch, sops-nix, naersk, fenix, ... }: