datalad-nix

Relevant packages and modules to use Datalad with Nix and on NixOS. Mirror of https://codeberg.org/malik/datalad-nix

https://github.com/malikwirin/datalad-nix

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Relevant packages and modules to use Datalad with Nix and on NixOS. Mirror of https://codeberg.org/malik/datalad-nix

Basic Info
  • Host: GitHub
  • Owner: malikwirin
  • License: agpl-3.0
  • Language: Nix
  • Default Branch: main
  • Size: 121 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

Datalad-Nix

License: AGPL v3 This Project provides Datalad related packages, an overlay, and modules for the use of Datalad with Nix and on NixOS.

Usage

With flake

Add Input

nix inputs = { nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; datalad-nix = { url = "git+https://codeberg.org/malik/datalad-nix.git"; inputs.nixpkgs-unstable.follows = "nixpkgs-unstable"; }; };

Use module

  • Add the module to your configuration. nix modules = [ datalad-nix.modules.default # or 'homeManager' instead of default for home-manager ./configuration.nix ];
  • Enable the datalad and its extensions. nix programs.datalad = { enable = true; unstable = false; extensions.datalad-container.enable = true; };

Overlay

Adding the overlay to your lists of overlays. nix nixpkgs.overlays = [ datalad-nix.overlay.default ]; The additional packages should now be available under pkgs.

Contributing

Please read the contributing guidelines before contributing. PRs and issues are always welcome. Needed tasks can be found in the Agenda, for example adding additional modules.

Owner

  • Name: Malik
  • Login: malikwirin
  • Kind: user
  • Location: Kempten, Germany
  • Company: Hochschule Kempten

Citation (CITATION.cff)

authors:
- email: "abdelmalik.najhi@stud.hs-kempten.de"
  name: Malik
  website: "https://github.com/malikwirin"
cff-version: '1.2.0'
message: "If you use this software, please cite it as below."
title: "Datalad-Nix"
version: git

GitHub Events

Total
  • Watch event: 2
  • Delete event: 5
  • Push event: 102
  • Create event: 10
Last Year
  • Watch event: 2
  • Delete event: 5
  • Push event: 102
  • Create event: 10