Skip to content
/ flakes Public

My collection of nix flake templates (devShells, etc.)

License

Notifications You must be signed in to change notification settings

mrcjkb/flakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flakes

My collection of nix flake templates.

Shells

Haskell (Cabal)

nix flake init -t "github:mrcjkb/flakes#cabal"

Haskell (Stack)

nix flake init -t "github:mrcjkb/flakes#stack"

Note

If haskell-language-server-wrapper can't find an executable for the ghc version, the resolver in stack.yaml needs to be changed.

Lua (basic)

nix flake init -t "github:mrcjkb/flakes#lua"

Lua (neovim)

nix flake init "github:mrcjkb/flakes#nvim"

Rust

nix flake init -t "github:mrcjkb/flakes#rust"

Zig

nix flake init -t "github:mrcjkb/flakes#zig"

Java

nix flake init -t "github:mrcjkb/flakes#java"

Python

nix flake init -t "github:mrcjkb/flakes#python"

Basic Nix devShell

nix flake init -t "github:mrcjkb/flakes#nix"

LaTeX

nix flake init -t "github:mrcjkb/flakes#tex"

Other

Basic nix flake

With only nixpkgs as an input.

nix flake init -t "github:mrcjkb/flakes#basic"

nixosTest

nix flake init -t "github:mrcjkb/flakes#nixosTest"

nix-unit

nix flake init -t "github:mrcjkb/flakes#nix-unit"

About

My collection of nix flake templates (devShells, etc.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published