shithub: qk1

Download patch

ref: 7fe32763fd14abdf54bcfc38b24acd905ba199f3
parent: 15a3a652413a8ec02fcce036765790e145fbb46b
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Oct 22 12:40:03 EDT 2024

remove shell.nix

--- a/shell.nix
+++ /dev/null
@@ -1,12 +1,0 @@
-with import <nixpkgs> {};
-stdenvNoCC.mkDerivation {
- name = "qk1";
- buildInputs = with pkgs; [
-  SDL2
-  openal
-  pkg-config
-  meson
-  ninja
-  gcc13
- ];
-}