about summary refs log tree commit diff
path: root/users/fcuny/resume/flake.lock
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-07 18:18:35 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-08 14:55:09 -0700
commit37bc4248220fe94d47772f974d80c58fc375bb16 (patch)
treeaf1869555c8844efc41afab75d8491b33d2596f2 /users/fcuny/resume/flake.lock
parentdrone: add configuration (diff)
downloadworld-37bc4248220fe94d47772f974d80c58fc375bb16.tar.gz
simplify the build
Running `nix build` is enough to generate the file `resume.html`. It
will be created in the `result` directory automatically.

The configuration for the build is also updated to run `nix build`
Diffstat (limited to '')
-rw-r--r--users/fcuny/resume/flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/users/fcuny/resume/flake.lock b/users/fcuny/resume/flake.lock
index 415fb11..4e3cc98 100644
--- a/users/fcuny/resume/flake.lock
+++ b/users/fcuny/resume/flake.lock
@@ -1,5 +1,20 @@
 {
   "nodes": {
+    "flake-utils": {
+      "locked": {
+        "lastModified": 1649676176,
+        "narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=",
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678",
+        "type": "github"
+      },
+      "original": {
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "type": "github"
+      }
+    },
     "nixpkgs": {
       "locked": {
         "lastModified": 1651421973,
@@ -17,6 +32,7 @@
     },
     "root": {
       "inputs": {
+        "flake-utils": "flake-utils",
         "nixpkgs": "nixpkgs"
       }
     }