this code is a disgrace
This commit is contained in:
parent
b2e898eeed
commit
a397347001
5 changed files with 72 additions and 4 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> }:
|
||||
with pkgs;
|
||||
mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
gcc
|
||||
ccls
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue