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