Skip to content

A sample lein clojure project set up with Nix flakes

Notifications You must be signed in to change notification settings

jakeisnt/clojure-fft-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A sample Clojure project set up with Nix

Managing dependencies

This project is set up to use the `clj` cli tool and `deps.edn`. Results will vary if using other build systems.

Every time a dependency is added to `deps.edn`, you’ll want to regenerate `deps-lock.edn`. Use the following command:

nix run github:jlesquembre/clj-nix#deps-lock

Running locally

If you have direnv and nix installed, this package should set itself up for you! The clojure code can be run with the following:

clj -X hello.core/-main

Source

Test code used in this repository comes from Graham Enos’ article. Admittedly, though the mathematician’s backstory is interesting, I didn’t find the idea as novel as Graham did - it seems like a natural consequence of definitions - though maybe I’m missing something!

About

A sample lein clojure project set up with Nix flakes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published