mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(flake): deduplicate std
This commit is contained in:
parent
536d9fac22
commit
2a478a216e
2 changed files with 27 additions and 25 deletions
|
|
@ -19,6 +19,14 @@
|
|||
};
|
||||
nur.url = "github:nix-community/nur/master";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
flakelib = {
|
||||
url = "github:flakelib/fl";
|
||||
inputs.std.follows = "std-fl";
|
||||
};
|
||||
std-fl = {
|
||||
url = "github:flakelib/std";
|
||||
inputs.nix-std.follows = "std";
|
||||
};
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -40,6 +48,7 @@
|
|||
url = "github:arcnmx/systemd2mqtt";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flakelib.follows = "flakelib";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue