shell.nix and default.nix work right now

This commit is contained in:
Chris Cochrun 2024-04-21 13:17:26 -05:00
parent 54dab680d6
commit aee6d10404
5 changed files with 32 additions and 80 deletions

View file

@ -1,5 +1,10 @@
#-asdf3.1 (error "requires asdf 3.1")
;; #+linux (deploy:define-library deploy::compression-lib :dont-deploy T)
#+sb-core-compression
(defmethod asdf:perform ((o asdf:image-op) (c asdf:system))
(uiop:dump-image (asdf:output-file o c)
:executable t
:compression t))
(defsystem "tfcserver"
:version "0.1.0"