mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-31 04:58:17 +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 {
|
pkgs.mkShell {
|
||||||
inputsFrom = with pkgs; [ nix ];
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
npins
|
npins
|
||||||
treefmt
|
treefmt
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
|
||||||
|
hugo
|
||||||
|
asciidoctor
|
||||||
|
|
||||||
|
# For easy validation of the test suite.
|
||||||
|
yajsv
|
||||||
|
jq
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user