rename nixpkgs-unstable
This commit is contained in:
parent
e1849668bc
commit
e43a2682a6
|
@ -115,7 +115,7 @@
|
||||||
# TODO: copied from 24.05
|
# TODO: copied from 24.05
|
||||||
turbo = super.callPackage ./pkgs/turbo.nix {};
|
turbo = super.callPackage ./pkgs/turbo.nix {};
|
||||||
|
|
||||||
nixpkgs-unstable = import nixpkgs-unstable {
|
pkgs-unstable = import nixpkgs-unstable {
|
||||||
inherit (super) system;
|
inherit (super) system;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ in {
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
lib.mkMerge [
|
lib.mkMerge [
|
||||||
(lib.mkIf devTools [
|
(lib.mkIf devTools [
|
||||||
go
|
pkgs-unstable.go_1_22
|
||||||
zig
|
zig
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,8 @@
|
||||||
nodejs
|
nodejs
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
])
|
])
|
||||||
++ (with pkgs.nixpkgs-unstable; [
|
++ (with pkgs.pkgs-unstable; [
|
||||||
turbo
|
turbo
|
||||||
go_1_22
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue