hbs2/miscellaneous/fuzzy-parse/nix/pkgs.nix

6 lines
165 B
Nix

import ((import <nixpkgs> {}).fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
inherit (builtins.fromJSON (builtins.readFile ./pkgs.json)) rev sha256;
})