diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-06 13:29:21 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-06 13:29:21 -0700 |
| commit | b3eab6b527f69fc4650c5c0e70505e20a4142bb5 (patch) | |
| tree | 2a5d4310326a78a0b92f4a65061766ba897f7f93 | |
| parent | Merge pull request #28 from fcuny/update_flake_lock_action (diff) | |
| download | fcuny.net-b3eab6b527f69fc4650c5c0e70505e20a4142bb5.tar.gz | |
bump nix inputs
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 16 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 7 insertions, 11 deletions
@@ -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": { @@ -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"; |
