Skip to content

Mewsen/nixdevsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixdevsh

A Flake based nix-shell generator

nixdevsh demo

Usage

nix run github:mewsen/nixdevsh/master
direnv allow # if you're using direnv https://github.com/nix-community/nix-direnv
nix develop -c $SHELL # if you're not using direnv

You can also add the input to your config and then use it as a package

{ pkgs, inputs, ... }: {
  environment.systemPackages = with pkgs; [
    inputs.nixdevsh.packages.x86_64-linux.default
  ]
}

Building

nix build

Releases

No releases published

Packages

No packages published