This commit is contained in:
cnst
2024-08-02 18:57:07 +02:00
parent c08012466e
commit 976cbf97f8
4 changed files with 10 additions and 65 deletions

View File

@@ -68,14 +68,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
anyrun.url = "github:anyrun-org/anyrun";
agenix = {
url = "github:ryantm/agenix";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "hm";
systems.follows = "systems";
# darwin.follows = "";
};
};
# agenix = {
# url = "github:ryantm/agenix";
# inputs = {
# nixpkgs.follows = "nixpkgs";
# home-manager.follows = "hm";
# systems.follows = "systems";
# darwin.follows = "";
# };
# };
};
}