authored by
Asherah Connor
<ashe@kivikakk.ee>
2 months ago
committed by Asherah Connor <ashe@kivikakk.ee> 2 months ago
committed by Asherah Connor <ashe@kivikakk.ee> 2 months ago
flake.lock
| 12 ++++++------
flake.nix
| 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
@@ -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": {
@@ -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";