diff options
| author | seth <[email protected]> | 2024-06-16 07:18:46 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-06-16 07:18:46 -0400 |
| commit | 8a853ca069c62f5d25259c2e0878ff2e7bffb2d7 (patch) | |
| tree | 8dc975c03c1df1fe48251b9327ab40a02d4910c3 /flake.nix | |
| parent | 2b6195eeddff9b80c6caa64c570a7297817b645c (diff) | |
atlas: host nixpkgs-tracker-bot
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -83,7 +83,10 @@ getchvim = { url = "github:getchoo/getchvim"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-checks.follows = ""; + }; }; home-manager = { @@ -125,6 +128,15 @@ }; }; + nixpkgs-tracker-bot = { + url = "github:getchoo/nixpkgs-tracker-bot"; + inputs = { + nixpkgs.follows = "nixpkgs"; + fenix.follows = ""; + flake-checks.follows = ""; + }; + }; + openwrt-imagebuilder = { url = "github:astro/nix-openwrt-imagebuilder"; inputs.nixpkgs.follows = "nixpkgs"; @@ -132,7 +144,10 @@ teawiebot = { url = "github:getchoo/teawiebot"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + fenix.follows = ""; + }; }; terranix = { |
