reimplementation (oupsi)
This commit is contained in:
parent
0572264f76
commit
1aec6085d9
27 changed files with 1213 additions and 21 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
name = "rufus";
|
||||
packages = with pkgs; [
|
||||
clang-tools
|
||||
meson
|
||||
ninja
|
||||
bear
|
||||
gdb
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue