quantumsheep / sshs

Terminal user interface for SSH
MIT License
910 stars 27 forks source link

add nix support and installation instructions for nix #23

Closed not-my-segfault closed 2 years ago

quantumsheep commented 2 years ago

Hey :) Thanks a lot!

Do you think you could PR NixOS/nixpkgs to have sshs as an official package too?

not-my-segfault commented 2 years ago

Not sure why this took me so long to get to 😅 I'll see what I can do, I've been meaning to package my first app for nixpkgs for a while now!

not-my-segfault commented 2 years ago

Not sure why this took me so long to get to sweat_smile I'll see what I can do, I've been meaning to package my first app for nixpkgs for a while now!

https://github.com/NixOS/nixpkgs/pull/180959

Fingers crossed :)

quantumsheep commented 2 years ago

NixOS/nixpkgs#180959

Fingers crossed :)

Thanks a lot! Also how to update the flake ?

not-my-segfault commented 2 years ago

Every time the flake is built/installed, it'll fetch from the latest version in the git repository. You can update the versions of the dependencies the flake pulls by running nix flake update, which also updates the lockfile so anyone building from the flake will always pull the same versions of said dependencies