diff options
| author | Max Audron <me@audron.dev> | 2025-12-14 00:44:00 +0100 |
|---|---|---|
| committer | Max Audron <me@audron.dev> | 2025-12-14 00:44:00 +0100 |
| commit | 010493ec64b23bdbdf378a8924e1b9e59ebe2d55 (patch) | |
| tree | 8d9acd767488261b9114f8f94966ccd85da87c76 /flake.nix | |
| parent | fix rustls missing cryptoprovider (diff) | |
update flake inputs to nixpkgs 25.11
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; nci.url = "github:yusdacra/nix-cargo-integration"; nci.inputs.nixpkgs.follows = "nixpkgs"; parts.url = "github:hercules-ci/flake-parts"; |
