Skip to content

vlinkz/floe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

floe

⚠️ WIP ⚠️

Prebuilt & self-published Linux app distribution via Nix.

Use the binary cache

NixOS

nix.settings = {
  extra-substituters = [ "https://cache.floepkgs.org/floe" ];
  extra-trusted-public-keys = [ "floe:EFpHpRyPQiuT+GepNk8DuL+pNB8JlWRiNk6uSAJ3Uuk=" ];
};

Standalone Nix

Add to ~/.config/nix/nix.conf (per-user) or /etc/nix/nix.conf (system-wide):

extra-substituters = https://cache.floepkgs.org/floe
extra-trusted-public-keys = floe:EFpHpRyPQiuT+GepNk8DuL+pNB8JlWRiNk6uSAJ3Uuk=

Restart the Nix daemon after editing the system-wide file:

sudo systemctl restart nix-daemon

Install an app

nix profile install github:vlinkz/floe#'"com.mitchellh.ghostty"'
nix run github:vlinkz/floe#'"org.prismlauncher.PrismLauncher"'

Todo

  • Sandboxing with bwrap

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors