mirror of
https://github.com/Noratrieb/vps.git
synced 2026-03-14 21:26:08 +01:00
update to nixos 25.11
This commit is contained in:
parent
f2b1f2bc51
commit
eebb543d99
5 changed files with 5 additions and 12 deletions
|
|
@ -2,8 +2,7 @@
|
|||
meta =
|
||||
let
|
||||
nixpkgs-version = builtins.fromJSON (builtins.readFile ./nixpkgs.json);
|
||||
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") { };
|
||||
nixpkgs-path = (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
|
||||
|
|
@ -16,7 +15,6 @@
|
|||
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