From b2cf1e4c51f2f4b7b7d6c50cdc7f1aa410efbc86 Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Sat, 16 Jul 2016 23:00:48 +0200 Subject: [PATCH] update nixos package information --- Install-on-other-distros.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Install-on-other-distros.md b/Install-on-other-distros.md index 7134129..d4b6c9f 100644 --- a/Install-on-other-distros.md +++ b/Install-on-other-distros.md @@ -7,11 +7,10 @@ ## NixOs -Full Wayland support in NixOs is currently a work in progress. -Sway will only be pushed to nixpkgs when done. Until then, you can still compile it and use it using those nix expressions: - -[wlc nix expression](https://github.com/gpyh/yarn/blob/master/pkgs/wlc/default.nix) -[sway nix expression](https://github.com/gpyh/yarn/blob/master/pkgs/sway/default.nix) +Sway is in nixpkgs, and can be downloaded using +``` +nix-env -i sway-git +``` ## Gentoo