Compare commits

..

No commits in common. "fe63a56cca063302366dff2b7d64fe7d9ae7103c" and "336389bdec72997b5de7e6c4fe379d06529eb111" have entirely different histories.

View file

@ -1,8 +1,8 @@
{ {
inputs = { inputs = {
nix.url = "github:/nixos/nix?ref=2.24.12"; nix.url = "github:/nixos/nix?ref=2.18.2"; # using nix 2.16.1
nix.inputs.nixpkgs.follows = "nixpkgs"; nix.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; # and nixos 23.05 for our packages nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; # and nixos 23.05 for our packages
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
}; };
@ -32,7 +32,7 @@
# add any other pre-installed packages here # add any other pre-installed packages here
]; ];
# change this is you want # change this is you want
channelURL = "https://nixos.org/channels/nixpkgs-24.11"; channelURL = "https://nixos.org/channels/nixpkgs-24.05";
nixConf = { nixConf = {
substituters = [ substituters = [
"https://cache.nixos.org/" "https://cache.nixos.org/"