First working* version after rewrite
This commit is contained in:
parent
18271ac1d3
commit
5df9833edd
22 changed files with 2768 additions and 396 deletions
18
shell.nix
18
shell.nix
|
@ -0,0 +1,18 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.rustc
|
||||
pkgs.cargo
|
||||
pkgs.pkg-config
|
||||
pkgs.libxkbcommon
|
||||
|
||||
pkgs.rust-analyzer
|
||||
pkgs.clippy
|
||||
pkgs.rustfmt
|
||||
pkgs.nixd
|
||||
pkgs.nil
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue