shell.nix and default.nix work right now
This commit is contained in:
parent
54dab680d6
commit
aee6d10404
5 changed files with 32 additions and 80 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue