Giter Site home page Giter Site logo

chiheisen / my-nixflakes Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 15 KB

Random assortment of nix flakes that are not (yet) in nixpkgs. This is a mirror.

Home Page: https://git.sr.ht/~chiheisen/my-nix/

License: GNU Affero General Public License v3.0

Nix 100.00%
nix nix-flake

my-nixflakes's Introduction

Nix flakes

Some random programs that are not in nixpkgs (or in the process of being added).

Usage

Flakes:

# flake.nix
inputs = {
    # ... your other inputs
    chiheisen.url = "git+https://git.sr.ht/~chiheisen/my-nix";
    chiheisen.inputs.nixpkgs.follows = "nixpkgs";
}

Adding packages:

# in environment.systemPackages, home.packages or similar
    inputs.chiheisen.packages."${system}".<pkg>;

my-nixflakes's People

Contributors

chiheisen 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.