mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-14 21:32:14 -07:00
init commit; data shapes mostly defined. some tests and sketched documentation in README. core algorithm TODO next
This commit is contained in:
commit
c571fa1d17
8 changed files with 434 additions and 0 deletions
16
shell.nix
Normal file
16
shell.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#let
|
||||
# nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
|
||||
# pkgs = import nixpkgs { config = {}; overlays = []; };
|
||||
#in
|
||||
|
||||
{ pkgs ? import <nixpkgs> {}}:
|
||||
|
||||
#pkgs.mkShellNoCC {
|
||||
# packages = with pkgs; [
|
||||
# uv
|
||||
# ];
|
||||
# }
|
||||
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [ uv ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue