make sure we get absolutely newest bisq
This commit is contained in:
parent
6336a40ff4
commit
d3a561f220
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
nixpkgs-nixos-unstable-and-unfree,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
networking.hostName = "foryog";
|
networking.hostName = "foryog";
|
||||||
|
@ -79,7 +78,7 @@
|
||||||
../../home-manager/programs/kitty.nix
|
../../home-manager/programs/kitty.nix
|
||||||
../../home-manager/programs/helix.nix
|
../../home-manager/programs/helix.nix
|
||||||
];
|
];
|
||||||
home.packages = with inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux";
|
home.packages = with inputs.nixpkgs-master.legacyPackages."x86_64-linux";
|
||||||
[bisq-desktop]
|
[bisq-desktop]
|
||||||
++ (with pkgs; [lutris])
|
++ (with pkgs; [lutris])
|
||||||
++ (with inputs.endless-sky.legacyPackages."x86_64-linux"; [endless-sky]);
|
++ (with inputs.endless-sky.legacyPackages."x86_64-linux"; [endless-sky]);
|
||||||
|
|
Loading…
Reference in a new issue