From b3eab6b527f69fc4650c5c0e70505e20a4142bb5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 6 Sep 2025 13:29:21 -0700 Subject: bump nix inputs --- flake.lock | 16 ++++++---------- flake.nix | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 5159cd0..db23658 100644 --- a/flake.lock +++ b/flake.lock @@ -91,18 +91,14 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1746183838, - "narHash": "sha256-kwaaguGkAqTZ1oK0yXeQ3ayYjs8u/W7eEfrFpFfIDFA=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "bf3287dac860542719fe7554e21e686108716879", - "type": "github" + "narHash": "sha256-m3AMudxoQ3CF/D74tuvrNKJwGUV7Gj5RnsEk5cJfY8U=", + "rev": "dab7a3a658ca886fdd5389cc4b2bdb17d1ae0139", + "type": "tarball", + "url": "https://releases.nixos.org/nixos/25.05-small/nixos-25.05.809501.dab7a3a658ca/nixexprs.tar.xz" }, "original": { - "owner": "nixos", - "ref": "nixos-24.11", - "repo": "nixpkgs", - "type": "github" + "type": "tarball", + "url": "https://channels.nixos.org/nixos-25.05-small/nixexprs.tar.xz" } }, "nixpkgs_3": { diff --git a/flake.nix b/flake.nix index 7ee4c17..c1ca52c 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Franck Cuny's personal website."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "https://channels.nixos.org/nixos-25.05-small/nixexprs.tar.xz"; flake-utils.url = "github:numtide/flake-utils"; pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix"; devshell.url = "github:numtide/devshell"; -- cgit v1.2.3