mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
flake.nix: switch to nixpkgs 24.11
This commit is contained in:
parent
a24d1c30bd
commit
cd002ae6dd
2 changed files with 12 additions and 11 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
description = "The purely functional package manager";
|
||||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-24.11";
|
||||
|
||||
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
|
||||
inputs.nixpkgs-23-11.url = "github:NixOS/nixpkgs/a62e6edd6d5e1fa0329b8653c801147986f8d446";
|
||||
inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue