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

View file

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