r/o

58483179898e335bacc68b1a60c072c80bdc1297 parent d7f7f5f4

authored by Asherah Connor <ashe@kivikakk.ee> 2 months ago
committed by Asherah Connor <ashe@kivikakk.ee> 2 months ago

flake.nix: sync.

flake.lock | 12 ++++++------
flake.nix | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/flake.lock b/flake.lock
index bfbabdc..889dfe5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -24,23 +24,23 @@
"nixpkgs": {
"locked": {
"type": "github",
- "lastModified": 1757810152,
- "narHash": "sha256-Vp9K5ol6h0J90jG7Rm4RWZsCB3x7v5VPx588TQ1dkfs=",
+ "lastModified": 1764020296,
+ "narHash": "sha256-6zddwDs2n+n01l+1TG6PlyokDdXzu/oBmEejcH5L5+A=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "9a094440e02a699be5c57453a092a8baf569bdad"
+ "rev": "a320ce8e6e2cc6b4397eef214d202a50a4583829"
},
"original": {
"type": "github",
"owner": "NixOS",
"repo": "nixpkgs",
- "ref": "nixos-25.05"
+ "ref": "nixos-25.11"
}
},
"root": {
"inputs": {
- "nixpkgs": "nixpkgs",
- "fenix": "fenix"
+ "fenix": "fenix",
+ "nixpkgs": "nixpkgs"
}
},
"rust-analyzer-src": {
diff --git a/flake.nix b/flake.nix
index ac797c2..e48cf7b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
description = "comenzar -- personal search assistant";
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
fenix = {
url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs";