mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +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";
|
||||
|
||||
winapps = {
|
||||
url = "" "github:winapps-org/winapps";
|
||||
url = "github:winapps-org/winapps";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
@ -6,7 +6,7 @@
|
||||
freerdp3,
|
||||
dialog,
|
||||
libnotify,
|
||||
netcat-gnu,
|
||||
netcat,
|
||||
iproute2,
|
||||
...
|
||||
}:
|
||||
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
freerdp3
|
||||
libnotify
|
||||
dialog
|
||||
netcat-gnu
|
||||
netcat
|
||||
iproute2
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user