changes
This commit is contained in:
19
raspberry/shell.nix
Normal file
19
raspberry/shell.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
gnumake
|
||||
ncurses
|
||||
pkg-config
|
||||
flex
|
||||
bison
|
||||
openssl
|
||||
bc
|
||||
which
|
||||
file
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
export KCONFIG_CONFIG=.config
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user