Merge branch 'feat-nix-packaging' of github.com:winapps-org/winapps into feat-nix-packaging

This commit is contained in:
Oskar Manhart 2024-10-22 20:50:45 +02:00
commit e8fbc95e3e
2 changed files with 3 additions and 3 deletions

View File

@ -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";
}; };
}; };

View File

@ -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
]; ];