stablePkgs overwrites defined as overlays

feat/kile-v2
Ricard Illa 2023-02-06 17:03:33 +01:00
parent 541a516c0f
commit d485843312
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
6 changed files with 15 additions and 11 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, stablePkgs, ... }: { config, pkgs, ... }:
let let
contacts = "${config.home.homeDirectory}/Contacts"; contacts = "${config.home.homeDirectory}/Contacts";
@ -8,6 +8,5 @@ let
}; };
in { in {
imports = [ ./common.nix ]; imports = [ ./common.nix ];
home.packages = home.packages = [ davsync pkgs.vdirsyncer pkgs.khal pkgs.khard pkgs.abook ];
[ davsync pkgs.vdirsyncer stablePkgs.khal pkgs.khard pkgs.abook ];
} }

View File

@ -1,4 +1,4 @@
{ config, pkgs, stablePkgs, ... }: { config, pkgs, ... }:
let let
configure-gtk = let configure-gtk = let

View File

@ -1,13 +1,13 @@
{ config, pkgs, stablePkgs, ... }: { config, pkgs, ... }:
{ {
home.packages = [ home.packages = [
stablePkgs.esphome pkgs.esphome
pkgs.freecad pkgs.freecad
pkgs.kicad-small pkgs.kicad-small
pkgs.meshlab pkgs.meshlab
pkgs.openscad pkgs.openscad
stablePkgs.platformio pkgs.platformio
pkgs.printrun pkgs.printrun
pkgs.slic3r pkgs.slic3r
]; ];

View File

@ -1,4 +1,4 @@
{ config, pkgs, stablePkgs, ... }: { config, pkgs, ... }:
#let #let
# ardour-windows-vst = pkgs.ardour.overrideAttrs (old: { # ardour-windows-vst = pkgs.ardour.overrideAttrs (old: {
@ -14,7 +14,7 @@
pkgs.fluidsynth pkgs.fluidsynth
pkgs.haskellPackages.tidal pkgs.haskellPackages.tidal
pkgs.helm pkgs.helm
stablePkgs.helvum pkgs.helvum
pkgs.hydrogen pkgs.hydrogen
pkgs.jack2 pkgs.jack2
pkgs.lmms pkgs.lmms

View File

@ -32,7 +32,12 @@
}); });
}) })
(self: super: { esphome = stablePkgs.esphome; })
(self: super: { helvum = stablePkgs.helvum; })
(self: super: { khal = stablePkgs.khal; })
(self: super: { platformio = stablePkgs.platformio; })
(self: super: { river = stablePkgs.river; }) (self: super: { river = stablePkgs.river; })
(self: super: { vagrant = stablePkgs.vagrant; })
]; ];
@ -208,7 +213,7 @@
sassc sassc
shellcheck shellcheck
signify signify
stablePkgs.vagrant vagrant
unzip unzip
virt-manager virt-manager
virtiofsd virtiofsd

View File

@ -1,4 +1,4 @@
{ config, inputs, pkgs, stablePkgs, ... }: { config, inputs, pkgs, ... }:
let let
wine = pkgs.wineWowPackages.stable; wine = pkgs.wineWowPackages.stable;