feat: Add Nix build for nixfd

Builds my [nixfd][] tool for searching a cached version of the Nix package
list.

[nixfd]: https://github.com/tazjin/nixfd
This commit is contained in:
Vincent Ambo 2017-10-16 22:34:44 +02:00
parent 0f099705f7
commit aa5dcbc477
2 changed files with 30 additions and 0 deletions

View file

@ -6,6 +6,7 @@
let rust-overlay = import nixpkgs-mozilla/rust-overlay.nix;
unstable = import <nixos-unstable> { config.allowUnfree = true; };
nixfd = import pkgs/nixfd.nix;
in {
imports =
[ # Include the results of the hardware scan.
@ -31,6 +32,7 @@ in {
environment.systemPackages = with pkgs; [
curl gnumake unzip openjdk gcc htop tree direnv tmux fish ripgrep
gnupg pass git manpages stdmanpages latest.rustChannels.stable.rust
nixfd
];
# Enable the X11 windowing system.