「🏗️」 wip: work in progress, not done yet.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
};
|
||||
|
||||
outputs =
|
||||
inputs@{ nixpkgs, ... }:
|
||||
{ nixpkgs, ... }:
|
||||
let
|
||||
supportedSystems = [
|
||||
"x86_64-linux"
|
||||
@ -26,14 +26,14 @@
|
||||
{ pkgs }:
|
||||
{
|
||||
default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
];
|
||||
hardeningDisable = [ "all" ];
|
||||
packages = with pkgs; [
|
||||
nixfmt-rfc-style
|
||||
|
||||
gcc
|
||||
clang
|
||||
|
||||
just
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user