mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
winboat: Unping package and override nodejs version
This commit is contained in:
parent
d1c852e602
commit
e9b9e4c9da
3 changed files with 2 additions and 28 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
|
@ -12,13 +12,6 @@
|
|||
virtualisation.docker.enable = true;
|
||||
users.users.seb.extraGroups = [ config.users.groups.docker.name ];
|
||||
|
||||
environment.systemPackages =
|
||||
let
|
||||
pkgs-c5ae371 = import inputs.nixpkgs-c5ae371 {
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
inherit (config.nixpkgs) config;
|
||||
};
|
||||
in
|
||||
[ pkgs-c5ae371.winboat ];
|
||||
environment.systemPackages = [ (pkgs-unstable.winboat.override { nodejs_24 = pkgs.nodejs_24; }) ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue