feat: update nix and nixos
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
harald 2025-03-24 12:26:13 +01:00
parent 336389bdec
commit d14c8e3c80

View file

@ -1,8 +1,8 @@
{ {
inputs = { inputs = {
nix.url = "github:/nixos/nix?ref=2.18.2"; # using nix 2.16.1 nix.url = "github:/nixos/nix?ref=2.24.12";
nix.inputs.nixpkgs.follows = "nixpkgs"; nix.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; # and nixos 23.05 for our packages nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; # and nixos 23.05 for our packages
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
}; };