rename nixpkgs-unstable
This commit is contained in:
@@ -68,7 +68,7 @@ in {
|
||||
home.packages = with pkgs;
|
||||
lib.mkMerge [
|
||||
(lib.mkIf devTools [
|
||||
go
|
||||
pkgs-unstable.go_1_22
|
||||
zig
|
||||
])
|
||||
|
||||
|
||||
@@ -11,9 +11,8 @@
|
||||
nodejs
|
||||
google-cloud-sdk
|
||||
])
|
||||
++ (with pkgs.nixpkgs-unstable; [
|
||||
++ (with pkgs.pkgs-unstable; [
|
||||
turbo
|
||||
go_1_22
|
||||
]);
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user