]> git.sesse.net Git - bcachefs-tools-debian/blob - nix/nixpkgs.nix
00673665f7d2ba5b9e7c3f01d53e0b28f9aff3d3
[bcachefs-tools-debian] / nix / nixpkgs.nix
1 let
2   # Grab the versions we specified in the JSON file
3   nixpkgs   = builtins.fromJSON (builtins.readFile ./nixpkgs.json);
4
5   # Bootstrap a copy of nixpkgs, based on this.
6   src = import ./fetchnix.nix { inherit (nixpkgs) url rev sha256; };
7
8 # We use the default nixpkgs configuration during bootstrap.
9 in import src { config = {}; }