Merge pull request 'feat: update nix and nixos' (#1) from harald-patch-1 into main
All checks were successful
/ build (push) Successful in 2m51s

Reviewed-on: #1
This commit is contained in:
harald 2025-03-24 12:31:59 +01:00
commit fe63a56cca

View file

@ -1,8 +1,8 @@
{
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";
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";
};
@ -32,7 +32,7 @@
# add any other pre-installed packages here
];
# change this is you want
channelURL = "https://nixos.org/channels/nixpkgs-24.05";
channelURL = "https://nixos.org/channels/nixpkgs-24.11";
nixConf = {
substituters = [
"https://cache.nixos.org/"