Archived
1
0

🔨」 fix(Flake): Now working 👍

This commit is contained in:
2024-10-19 13:18:12 +02:00
parent fa72a134a0
commit 1697dfa7a3
4 changed files with 11 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{
description = "A Nix-flake-based C/C++ development environment";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
@ -13,10 +13,11 @@
devShells = ({
default = pkgs.mkShell.override
{
# For stdenv
}
{
buildInputs = with pkgs; [
gcc
clang
SDL2
vulkan-loader
];
@ -24,8 +25,8 @@
LD_LIBRARY_PATH="${pkgs.vulkan-loader}/lib";
packages = with pkgs; [
clang_12
gcc11
clang
gcc
gdb
norminette
valgrind