Switch to a stable NixOS version

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2025-12-26 22:31:34 +00:00
parent 463b4a91dc
commit 407b087a1d
2 changed files with 9 additions and 8 deletions

15
flake.lock generated
View File

@@ -8,11 +8,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1766784304, "lastModified": 1766788208,
"narHash": "sha256-YoZfC81Dunl5a+28va5yz0DK3C7Bcpvbz6jn6pvHTn8=", "narHash": "sha256-/P3uz+VNeNOFzI2qSIijy53MpnejO1sWgB+gMqcI2z0=",
"ref": "main", "ref": "main",
"rev": "000d95ae5b2fd06903fa21fa8d43c5a1caada48b", "rev": "ceca48840efe668fb033b47bc6e415ea4cf9ae85",
"revCount": 96, "revCount": 97,
"type": "git", "type": "git",
"url": "https://dev.danilafe.com/Everything-I-Know-About-Types/bergamot-elm.git" "url": "https://dev.danilafe.com/Everything-I-Know-About-Types/bergamot-elm.git"
}, },
@@ -60,15 +60,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1766784187, "lastModified": 1766736597,
"narHash": "sha256-JAf6Zj1l3Ops0IFg2jHO1Alp+9d2yaMNgrv/vLgjXyw=", "narHash": "sha256-BASnpCLodmgiVn0M1MU2Pqyoz0aHwar/0qLkp7CjvSQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1bf83d12dbe2357ae23319616cdc89c2f6d286dc", "rev": "f560ccec6b1116b22e6ed15f4c510997d99d5852",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"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"; nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
bergamot-elm.url = "git+https://dev.danilafe.com/Everything-I-Know-About-Types/bergamot-elm.git?ref=main"; bergamot-elm.url = "git+https://dev.danilafe.com/Everything-I-Know-About-Types/bergamot-elm.git?ref=main";
bergamot-elm.inputs.nixpkgs.follows = "nixpkgs"; bergamot-elm.inputs.nixpkgs.follows = "nixpkgs";