Skip to content

LilleAila/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small programming projects

Some small projects organized by year and month with development environments managed by nix and direnv

Devshell templates

Usage:

# .envrc
use flake github:LilleAila/projects#nix
use flake github:LilleAila/projects#python
use nix
# shell.nix
{ pkgs ? import <nixpkgs> {} }: with pkgs; mkShell {
  nativeBuildInputs = [
    (python311.withPackages (ps: with ps; [
      matplotlib
      numpy
      tkinter
    ]))
  ];
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published