commit b3a4a1bfb44072409696b2d9d244f6d739fd9466
parent 158911443a5ad991d41008570297de98b413e041
Author: mtmn <miro@haravara.org>
Date: Mon, 25 May 2026 17:50:45 +0200
chore: switch to nixpkgs-unstable
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -52,16 +52,16 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1779508470,
- "narHash": "sha256-Ap9KJX+5xHIn3bPIpfNgT6MEXdAECECwo4/rmlQD74M=",
+ "lastModified": 1779593580,
+ "narHash": "sha256-le3WvQyzAQjBZnb7q2c8C5Fk2c9LgN/Oq+b0KiD4fM4=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "29916453413845e54a65b8a1cf996842300cd299",
+ "rev": "d849bb215dcdf71bce3e686839ccdb4219e84b2f",
"type": "github"
},
"original": {
"owner": "NixOS",
- "ref": "nixos-unstable",
+ "ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
@@ -1,6 +1,6 @@
{
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
elm2nix.url = "github:dwayne/elm2nix";
};