Skip to content

Commit 1dd9bff

Browse files
committed
nix: move to repository root
1 parent 5438b8d commit 1dd9bff

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed
File renamed without changes.

integration-test/nix/sources.json renamed to nix/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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.

integration-test/shell.nix renamed to shell.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ let
33
pkgs = import sources.nixpkgs {};
44
in
55
pkgs.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

0 commit comments

Comments
 (0)