about summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-03 17:05:37 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-03 17:05:37 -0800
commit680c71f0dfc29355e2b80ca44d59d5e10949d439 (patch)
tree07a832aa8b3015c1181c53deefb110639cd59b97 /flake.lock
parentfeat(modules/nix): add binary caches (diff)
downloadworld-680c71f0dfc29355e2b80ca44d59d5e10949d439.tar.gz
feat: update to nix 22.11
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock34
1 files changed, 25 insertions, 9 deletions
diff --git a/flake.lock b/flake.lock
index 63f226c..9054561 100644
--- a/flake.lock
+++ b/flake.lock
@@ -280,19 +280,20 @@
       "inputs": {
         "nixpkgs": [
           "nixpkgs"
-        ]
+        ],
+        "utils": "utils"
       },
       "locked": {
-        "lastModified": 1665996265,
-        "narHash": "sha256-/k9og6LDBQwT+f/tJ5ClcWiUl8kCX5m6ognhsAxOiCY=",
+        "lastModified": 1670253003,
+        "narHash": "sha256-/tJIy4+FbsQyslq1ipyicZ2psOEd8dvl4OJ9lfisjd0=",
         "owner": "nix-community",
         "repo": "home-manager",
-        "rev": "b81e128fc053ab3159d7b464d9b7dedc9d6a6891",
+        "rev": "0e8125916b420e41bf0d23a0aa33fadd0328beb3",
         "type": "github"
       },
       "original": {
         "owner": "nix-community",
-        "ref": "release-22.05",
+        "ref": "release-22.11",
         "repo": "home-manager",
         "type": "github"
       }
@@ -345,16 +346,16 @@
     },
     "nixpkgs_3": {
       "locked": {
-        "lastModified": 1667051795,
-        "narHash": "sha256-S47/UGqErL4XxoQiDDtuE3EcRM614OWubyJDnADM0HU=",
+        "lastModified": 1671718464,
+        "narHash": "sha256-yZpj27iPsaDKVyIezCJAoOsg46FCcnq2J9RkrqQH0s8=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "b62e0c1523295ac3316a9bc514f013173e5ad7ba",
+        "rev": "050bad7de82834f25b2bd1769ef2813c35062ad0",
         "type": "github"
       },
       "original": {
         "owner": "nixos",
-        "ref": "release-22.05",
+        "ref": "release-22.11",
         "repo": "nixpkgs",
         "type": "github"
       }
@@ -693,6 +694,21 @@
         "url": "https://git.fcuny.net/fcuny/sendsms"
       }
     },
+    "utils": {
+      "locked": {
+        "lastModified": 1667395993,
+        "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
+        "type": "github"
+      },
+      "original": {
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "type": "github"
+      }
+    },
     "x509-tools": {
       "inputs": {
         "crane": "crane_3",