Make work with current unstable.
This commit is contained in:
parent
f504d72136
commit
103f5c3758
@ -53,7 +53,7 @@
|
||||
|
||||
isync
|
||||
msmtp
|
||||
vdirsyncer khard khal
|
||||
stable.vdirsyncer stable.khard khal
|
||||
|
||||
rclone
|
||||
duplicity
|
||||
@ -86,8 +86,8 @@
|
||||
repo = "nixpkgs-channels";
|
||||
};
|
||||
stablePkgs = fetchNixPkgs {
|
||||
rev = "95b9c99f6d091273572ff1ec62b97b6ad3f68bdf";
|
||||
sha256 = "1qcwr9binkwfayix88aljwssxi5djkwscx0rnwlk1yp9q60rgp3d";
|
||||
rev = "2b417708c282d84316366f4125b00b29c49df10f";
|
||||
sha256 = "0426qaxw09h0kkn5zwh126hfb2j12j5xan6ijvv2c905pqi401zq";
|
||||
};
|
||||
in {
|
||||
# idea-community-eap = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
|
||||
|
@ -24,13 +24,13 @@
|
||||
|
||||
# virtmanager
|
||||
|
||||
(if lib.hasAttr "curaPlugins" pkgs then
|
||||
(with pkgs.stable; if lib.hasAttr "curaPlugins" pkgs then
|
||||
cura.override {
|
||||
plugins = with curaPlugins; [ octoprint ];
|
||||
}
|
||||
else cura)
|
||||
openscad
|
||||
freecad
|
||||
stable.freecad
|
||||
meshlab
|
||||
|
||||
audacious
|
||||
|
Loading…
Reference in New Issue
Block a user