shows wrong cards i guess

This commit is contained in:
Nico
2025-08-12 23:30:06 +02:00
parent 1c2e6e5ca2
commit 25ec371c07
5 changed files with 131 additions and 26 deletions

View File

@@ -3,8 +3,9 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
cursor.url = "github:omarcresp/cursor-flake/main";
};
outputs = { self, nixpkgs, flake-utils }:
outputs = { self, nixpkgs, flake-utils, cursor }:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs {
@@ -17,6 +18,7 @@
with pkgs; mkShell rec {
buildInputs = [
love
cursor.packages.${pkgs.system}.default
];
shellHook = ''