aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 10:59:12 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 10:59:12 -0500
commit2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (patch)
treea8a323c6571556d3f1b5e8f197e17ed447f8daa4 /flake.nix
parenta97c10944e382cc7c439339c88a007401b67beeb (diff)
changes (idk)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 671932d..d07a405 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,6 +2,11 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+ nix-index-database = {
+ url = "github:nix-community/nix-index-database";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";