diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-07 18:18:35 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-08 14:55:09 -0700 |
commit | 37bc4248220fe94d47772f974d80c58fc375bb16 (patch) | |
tree | af1869555c8844efc41afab75d8491b33d2596f2 /users/fcuny/resume/flake.lock | |
parent | drone: add configuration (diff) | |
download | world-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 'users/fcuny/resume/flake.lock')
-rw-r--r-- | users/fcuny/resume/flake.lock | 16 |
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" } } |