incus: fix container tests from image rename (#360305)
[NixPkgs.git] / pkgs / tools / security / onlykey / onlykey.nix
blobb10d8718b7be09fcb6129638788a98e44b8edd53
1 # This file has been generated by node2nix 1.11.1. Do not edit!
3 {pkgs ? import <nixpkgs> {
4     inherit system;
5   }, system ? builtins.currentSystem, nodejs ? pkgs.nodejs_18}:
7 let
8   nodeEnv = import ../../../development/node-packages/node-env.nix {
9     inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
10     inherit pkgs nodejs;
11     libtool = if pkgs.stdenv.hostPlatform.isDarwin then pkgs.cctools or pkgs.darwin.cctools else null;
12   };
14 import ./node-packages.nix {
15   inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit;
16   inherit nodeEnv;