add sneexy

This commit is contained in:
41666 2024-03-23 02:10:16 -04:00
parent 38fbd6ccf2
commit b4c463a89a
2 changed files with 0 additions and 4 deletions

BIN
88x31/sneexy.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

View file

@ -12,10 +12,6 @@
];
systems = [ "x86_64-linux" "aarch64-linux" ];
perSystem = { config, self', pkgs, lib, system, ... }: {
overlayAttrs = {
inherit (config.packages) default;
};
devShells.default = import ./shell.nix { inherit pkgs; };
packages.default = pkgs.stdenvNoCC.mkDerivation {