before school
This commit is contained in:
parent
31b1b98809
commit
14b48c3119
13 changed files with 150 additions and 228 deletions
|
|
@ -6,7 +6,7 @@
|
|||
url = "github:oxalica/rust-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
zig.url = "github:mitchellh/zig-overlay";
|
||||
#zig.url = "github:mitchellh/zig-overlay";
|
||||
};
|
||||
outputs = {nixpkgs, ...} @ inputs: let
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -33,8 +33,8 @@
|
|||
};
|
||||
|
||||
zig = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
inputs.zig.packages.${system}.master
|
||||
buildInputs = with pkgs; [
|
||||
zig
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue