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
contacts = "${config.home.homeDirectory}/Contacts";
@ -8,6 +8,5 @@ let
};
in {
imports = [ ./common.nix ];
home.packages =
[ davsync pkgs.vdirsyncer stablePkgs.khal pkgs.khard pkgs.abook ];
home.packages = [ davsync pkgs.vdirsyncer pkgs.khal pkgs.khard pkgs.abook ];
}

View File

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

View File

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

View File

@ -1,4 +1,4 @@
{ config, pkgs, stablePkgs, ... }:
{ config, pkgs, ... }:
#let
# ardour-windows-vst = pkgs.ardour.overrideAttrs (old: {
@ -14,7 +14,7 @@
pkgs.fluidsynth
pkgs.haskellPackages.tidal
pkgs.helm
stablePkgs.helvum
pkgs.helvum
pkgs.hydrogen
pkgs.jack2
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: { vagrant = stablePkgs.vagrant; })
];
@ -208,7 +213,7 @@
sassc
shellcheck
signify
stablePkgs.vagrant
vagrant
unzip
virt-manager
virtiofsd

View File

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