mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 21:57:18 +02:00
Merge branch 'feat-nix-packaging' of github.com:winapps-org/winapps into feat-nix-packaging
This commit is contained in:
commit
e8fbc95e3e
@ -495,7 +495,7 @@ nix profile install github:winapps-org/winapps#winapps-launcher # optional
|
|||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
winapps = {
|
winapps = {
|
||||||
url = "" "github:winapps-org/winapps";
|
url = "github:winapps-org/winapps";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
freerdp3,
|
freerdp3,
|
||||||
dialog,
|
dialog,
|
||||||
libnotify,
|
libnotify,
|
||||||
netcat-gnu,
|
netcat,
|
||||||
iproute2,
|
iproute2,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
freerdp3
|
freerdp3
|
||||||
libnotify
|
libnotify
|
||||||
dialog
|
dialog
|
||||||
netcat-gnu
|
netcat
|
||||||
iproute2
|
iproute2
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user