git.fiddlerwoaroof.com
Browse code

fix(ci): use flake correctly

Edward Langley authored on 30/03/2022 04:45:31
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@ jobs:
30 30
       # Runs a set of commands using the runners shell
31 31
       - name: setup deps
32 32
         run: |
33
-          nix profile install sbcl
33
+          nix profile install nixpkgs\#sbcl
34 34
           cd
35 35
           wget 'https://beta.quicklisp.org/quicklisp.lisp'
36 36
           sbcl --load quicklisp.lisp \