Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 9 lines 156 B view raw
1# GENERATED BY update.sh 2{ callPackage, lib, ... }@args: 3callPackage ./generic.nix ( 4 args 5 // lib.importJSON ./4.json 6 // { 7 generation = "4"; 8 } 9)