mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
wrapper-manager-fds: improve devshell for non-flake users
This commit is contained in:
parent
76d6dbb1d8
commit
417247ad45
13
shell.nix
13
shell.nix
@ -1,10 +1,19 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
let
|
||||
sources = import ./npins;
|
||||
in
|
||||
{ pkgs ? import sources.nixos-unstable { } }:
|
||||
|
||||
pkgs.mkShell {
|
||||
inputsFrom = with pkgs; [ nix ];
|
||||
packages = with pkgs; [
|
||||
npins
|
||||
treefmt
|
||||
nixpkgs-fmt
|
||||
|
||||
hugo
|
||||
asciidoctor
|
||||
|
||||
# For easy validation of the test suite.
|
||||
yajsv
|
||||
jq
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user