switch to stable

This commit is contained in:
Ellie 2026-03-06 13:14:58 -08:00
parent be4d629387
commit ebc80bfab3
2 changed files with 9 additions and 9 deletions

16
flake.lock generated
View file

@ -27,11 +27,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1772717612,
"narHash": "sha256-S9o5TIi82MGMtTD7E746lAvcJWanA/Sq+CrvoVvatDs=",
"lastModified": 1772814911,
"narHash": "sha256-oJd6wG9E7Mazhm0faJ9MNWxs9CmgyR+n6IwEgSgkRzI=",
"ref": "refs/heads/main",
"rev": "36a3144757545f06edd80d53715216a448f27cee",
"revCount": 6225,
"rev": "fdc9cc8074062e64f60f7fe72196a8fdbd212c89",
"revCount": 6228,
"type": "git",
"url": "https://forgejo.ellis.link/continuwuation/continuwuity"
},
@ -165,16 +165,16 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1772624091,
"narHash": "sha256-QKyJ0QGWBn6r0invrMAK8dmJoBYWoOWy7lN+UHzW1jc=",
"lastModified": 1772598333,
"narHash": "sha256-YaHht/C35INEX3DeJQNWjNaTcPjYmBwwjFJ2jdtr+5U=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "80bdc1e5ce51f56b19791b52b2901187931f5353",
"rev": "fabb8c9deee281e50b1065002c9828f2cf7b2239",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
disko = {
url = "github:nix-community/disko";