rusty-jeep: init
This commit is contained in:
10
rusty-jeep/shell.nix
Normal file
10
rusty-jeep/shell.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.rustc
|
||||
pkgs.cargo
|
||||
pkgs.rustfmt
|
||||
pkgs.pkg-config
|
||||
pkgs.alsa-lib
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user