Skip to content

Commit

Permalink
feat: add default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Nov 20, 2023
1 parent a531293 commit 9053140
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 109 deletions.
11 changes: 11 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
call-flake = import (
(fetchTarball {
url = "https://github.com/divnix/call-flake/archive/${lock.nodes.call-flake.locked.rev}.tar.gz";
sha256 = lock.nodes.call-flake.locked.narHash;
})
+ "/flake.nix"
);
in
call-flake.outputs { } ./.
108 changes: 0 additions & 108 deletions docs/org/loaders.org

This file was deleted.

2 changes: 1 addition & 1 deletion docs/org/pops.org
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#+DATE: 2023-11-19 Sun 15:16

#+begin_quote
Please note that in Pops, the outputs/results should not be directly printed, but instead, they wll be exported through the exports property under the pop object.
Please note that in Pops, the outputs/results should not be directly printed, but instead, they will be exported through the exports property under the pop object.
#+end_quote

* Loaders
Expand Down

0 comments on commit 9053140

Please sign in to comment.