r/o

8bdaf0839ddc73745db4d23aa6d6ad9f1f938bb7 parent cc7d95a6

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 | 8 ++++----
flake.nix | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/flake.lock b/flake.lock
index 87f744e..75a7073 100644
--- a/flake.lock
+++ b/flake.lock
@@ -3,17 +3,17 @@
"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": {
diff --git a/flake.nix b/flake.nix
index 7e6396b..ce6d79d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
description = "enbi -- NixBuild controller";
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
};
outputs =