From 97f26ebb31c90d4c601fbefd386cbf4c342e9c18 Mon Sep 17 00:00:00 2001
From: ahuston-0 <aliceghuston@gmail.com>
Date: Wed, 26 Mar 2025 10:52:56 -0400
Subject: [PATCH] fix flake lock

---
 flake.lock | 33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)

diff --git a/flake.lock b/flake.lock
index e6a0c6b..d87301c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -329,20 +329,19 @@
       "inputs": {
         "nix": "nix",
         "nix-eval-jobs": "nix-eval-jobs",
-        "nixpkgs": [
-          "nixpkgs"
-        ]
+        "nixpkgs": "nixpkgs"
       },
       "locked": {
-        "lastModified": 1739907437,
-        "narHash": "sha256-yBLVNhbGM/WmHUEa0mCw7mFfa5blxWZGlqP6F6PgQnY=",
+        "lastModified": 1740884653,
+        "narHash": "sha256-L0eN/hFRH1JSDvmuBOXBfETU07WckA7b3UFxHRVdp3M=",
         "owner": "fx-chun",
         "repo": "hydra",
-        "rev": "18c0d762109549351ecf622cde34514351a72492",
+        "rev": "99e3ad325cb829ff10a024659fd1b62316c06a1f",
         "type": "github"
       },
       "original": {
         "owner": "fx-chun",
+        "ref": "add-gitea-pulls",
         "repo": "hydra",
         "type": "github"
       }
@@ -524,8 +523,8 @@
         "type": "github"
       },
       "original": {
-        "owner": "nixos",
-        "ref": "nixos-unstable-small",
+        "owner": "NixOS",
+        "ref": "nixos-24.11-small",
         "repo": "nixpkgs",
         "type": "github"
       }
@@ -561,6 +560,22 @@
         "type": "github"
       }
     },
+    "nixpkgs_2": {
+      "locked": {
+        "lastModified": 1742919349,
+        "narHash": "sha256-V3jQhu3s48mgGClvKkWhYM1+cSTFGFm4ztDkK7S69JY=",
+        "owner": "nixos",
+        "repo": "nixpkgs",
+        "rev": "6ea2759c633a3e25f3b4e2f52fb6bf9d6a01c532",
+        "type": "github"
+      },
+      "original": {
+        "owner": "nixos",
+        "ref": "nixos-unstable-small",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
     "nur": {
       "inputs": {
         "flake-parts": "flake-parts_2",
@@ -621,7 +636,7 @@
         "nixos-generators": "nixos-generators",
         "nixos-hardware": "nixos-hardware",
         "nixos-modules": "nixos-modules",
-        "nixpkgs": "nixpkgs",
+        "nixpkgs": "nixpkgs_2",
         "nixpkgs-stable": "nixpkgs-stable",
         "pre-commit-hooks": "pre-commit-hooks",
         "rust-overlay": "rust-overlay",