Skip to content

mio-19/nurpkgs

Repository files navigation

nurpkgs

see all packages: https://nur.nix-community.org/repos/mio/ How to use (NUR guide) https://nur.nix-community.org/documentation/ You will want to use nur.repos.mio.*

Some packages are fully broken or mostly broken.

  • linux: x86_64-v3, aarch64
  • darwin: aarch64

To use modules: (Note that system isn't defined by default in some contexts. You could define it or replace it with a constant like x86_64-linux)

  imports = [
    inputs.nur.legacyPackages."${system}".repos.mio.modules.zfs-impermanence-on-shutdown
  ];

Use without nur: add to flake.nix inputs


    mio = {
      url = "git+https://github.com/mio-19/nurpkgs.git";
      inputs.nixpkgs.follows = "nixpkgs";
    };

Some packages are only available without nur as they failed to evaluate under nur constraints:

  • gifcurry
  • prospect-mail
  • line
  • notepad-plus-plus
  • adobe-acrobat-reader
  • insta360-studio
  • rclone-browser (qt6)
  • supertuxkart-evolution
inputs.mio.packages.${pkgs.stdenv.hostPlatform.system}.downkyicore
pkgs.nur.repos.mio.downkyicore

inputs.mio.legacyPackages."${system}".modules.howdy
inputs.nur.legacyPackages."${system}".repos.mio.modules.howdy

cache

binary cache is provided as best effort. binary cache is frequently NOT up to date and you will frequently have to build packages from source code because github actions is often not sufficient to compile packages. Solutions to provide up to date binary cache do require money every month

  nix = {
    settings = {
      substituters = [
        "https://mio.cachix.org/"
      ];
      trusted-public-keys = [
        "mio.cachix.org-1:FlupyyLPURqwdRqtPT/LBWKsXY7JKsDkzZQo2K6LeMM="
      ];
    };
  };
--option 'extra-substituters' 'https://mio.cachix.org/' --option extra-trusted-public-keys "mio.cachix.org-1:FlupyyLPURqwdRqtPT/LBWKsXY7JKsDkzZQo2K6LeMM="

a binary cache may or may not be available on Garnix. See https://garnix.io/docs/caching/

sources - where files were copied from

files are copied from following locations. some are modified in this repo and some are not.

todo - reading

About

Packages packaged by Mio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors