update bisq, drawing packages
This commit is contained in:
parent
7e6143e7c2
commit
e535fd9bb2
3 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
let
|
||||
unstableTarball = fetchTarball https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz;
|
||||
bisqTarball = fetchTarball https://github.com/emmanuelrosa/nixpkgs/archive/6ee154d2bc8c4c48cde2d7ae5bcd0a3da28b2b72.tar.gz;
|
||||
nurTarball = fetchTarball https://github.com/nix-community/NUR/archive/master.tar.gz;
|
||||
in
|
||||
{
|
||||
|
@ -23,6 +24,9 @@ in
|
|||
unstable = import unstableTarball {
|
||||
config = config.nixpkgs.config;
|
||||
};
|
||||
bisq = import bisqTarball {
|
||||
config = config.nixpkgs.config;
|
||||
};
|
||||
nur = import nurTarball {
|
||||
inherit pkgs;
|
||||
};
|
||||
|
|
|
@ -38,6 +38,9 @@
|
|||
spotify shotwell
|
||||
gnome-builder flatpak-builder flatpak python38Packages.lxml python38Packages.jedi meson
|
||||
libreoffice simple-scan
|
||||
unstable.freecad
|
||||
unstable.openscad
|
||||
unstable.inkscape
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ]))
|
||||
nur.repos.emmanuelrosa.bisq-desktop
|
||||
bisq.bisq-desktop
|
||||
apvlv
|
||||
aria
|
||||
atop
|
||||
|
|
Loading…
Reference in a new issue