rename nixpkgs-unstable

main
Motiejus Jakštys 2024-03-13 14:05:52 +02:00 committed by Motiejus Jakštys
parent e1849668bc
commit e43a2682a6
3 changed files with 3 additions and 4 deletions

View File

@ -115,7 +115,7 @@
# TODO: copied from 24.05
turbo = super.callPackage ./pkgs/turbo.nix {};
nixpkgs-unstable = import nixpkgs-unstable {
pkgs-unstable = import nixpkgs-unstable {
inherit (super) system;
};

View File

@ -68,7 +68,7 @@ in {
home.packages = with pkgs;
lib.mkMerge [
(lib.mkIf devTools [
go
pkgs-unstable.go_1_22
zig
])

View File

@ -11,9 +11,8 @@
nodejs
google-cloud-sdk
])
++ (with pkgs.nixpkgs-unstable; [
++ (with pkgs.pkgs-unstable; [
turbo
go_1_22
]);
virtualisation.docker.enable = true;