File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 55 "homepage" : null ,
66 "owner" : " NixOS" ,
77 "repo" : " nixpkgs" ,
8- "rev" : " 219951b495fc2eac67b1456824cc1ec1fd2ee659 " ,
9- "sha256" : " 065jy7qivlbdqmbvd7r9h97b23f21axmc4r7sqmq2h0j82rmymxv " ,
8+ "rev" : " 576ecd43d3b864966b4423a853412d6177775e8b " ,
9+ "sha256" : " 05gr8w09w7fqfi6zflx7df1n0hhsf8f4p9siikk3wb7k7by2d9sr " ,
1010 "type" : " tarball" ,
11- "url" : " https://github.com/NixOS/nixpkgs/archive/219951b495fc2eac67b1456824cc1ec1fd2ee659 .tar.gz" ,
11+ "url" : " https://github.com/NixOS/nixpkgs/archive/576ecd43d3b864966b4423a853412d6177775e8b .tar.gz" ,
1212 "url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313 }
1414}
File renamed without changes.
Original file line number Diff line number Diff line change 33 pkgs = import sources . nixpkgs { } ;
44in
55pkgs . mkShell rec {
6- nativeBuildInputs = with pkgs ; [
6+ packages = with pkgs ; [
7+ # general
8+ rustup
9+ nixpkgs-fmt
10+ niv
11+
12+ # integration test
713 grub2
814 qemu
9- rustup
1015 xorriso
1116 ] ;
1217
You can’t perform that action at this time.
0 commit comments