mirror of
https://github.com/davegallant/nix-config
synced 2025-08-10 07:22:26 +00:00
Add nixpkgs-fmt pre-commit hook
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
{ stdenv, lib, fetchFromGitHub, asciidoc, cmake, docbook_xsl, pkgconfig
|
||||
, bash-completion, curl, openssl, libxml2, libxslt }:
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, asciidoc
|
||||
, cmake
|
||||
, docbook_xsl
|
||||
, pkgconfig
|
||||
, bash-completion
|
||||
, curl
|
||||
, openssl
|
||||
, libxml2
|
||||
, libxslt
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "lpass";
|
||||
|
Reference in New Issue
Block a user