mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 17:45:14 +01:00
update does-it-build
now needs a new rust version so let's pull in the rust from 25.11 lol
This commit is contained in:
parent
343ee03765
commit
f6fb60c03a
5 changed files with 34 additions and 26 deletions
|
|
@ -2,7 +2,8 @@
|
|||
meta =
|
||||
let
|
||||
nixpkgs-version = builtins.fromJSON (builtins.readFile ./nixpkgs.json);
|
||||
nixpkgs-path = (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${nixpkgs-version.commit}.tar.gz");
|
||||
nixpkgs-path = (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${nixpkgs-version."nixos-25.05".commit}.tar.gz");
|
||||
nixpkgs-next = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${nixpkgs-version."nixos-25.11".commit}.tar.gz") { };
|
||||
in
|
||||
{
|
||||
# Override to pin the Nixpkgs version (recommended). This option
|
||||
|
|
@ -15,6 +16,7 @@
|
|||
specialArgs = {
|
||||
my-projects-versions = builtins.fromJSON (builtins.readFile ./my-projects.json);
|
||||
|
||||
inherit nixpkgs-next;
|
||||
inherit nixpkgs-path;
|
||||
|
||||
networkingConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue