Giter Site home page Giter Site logo

nur's Introduction

NUR repository for mloeper

Cachix

How to get binary builds for this NUR repository?

We currently only build for the x86_64-linux platform.
To speed up your builds on that platform, add the following config: config.mloeper.cachix.enable = true;.

FAQ

Some notes for the packages maintainer:

Howto maintain packages

How to develop the git-credential-manager package?

nix develop .#packages.x86_64-linux.git-credential-manager

Use dontUnpack=1 genericBuild to do the build manually.

Where is the dotnet module defined?

https://github.com/NixOS/nixpkgs/tree/master/pkgs/build-support/dotnet/build-dotnet-module

Where can I find nixpkgs coding conventions?

https://ryantm.github.io/nixpkgs/contributing/coding-conventions/

The pain with submodules

I want to cache some nix packages that I authored in other GitHub repositories. Currently, there is a lack of consent how to do this properly on NUR.

There are git submodule and fetchTree approaches, but neither looks straightforward to me. To be pragmatic here, I just use a git subtree to include my upstream packages as they are relatively small in size. The moment a proper solution emerges, I will replace this workaround. If you know a better solution, feel free to post me on LinkedIn.

git subtree add --prefix pkgs/s3-browser-cli https://github.com/nesto-software/s3-browser-cli.git main --squash

To update the subtree, run: git subtree pull --prefix pkgs/s3-browser-cli https://github.com/nesto-software/s3-browser-cli.git main --squash

nur's People

Contributors

martinloeper avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.