From 22e7b10377a2a5672d5af6840a9a21e298315cfd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 25 May 2022 18:09:38 -0700 Subject: ref(resume): remove flake.nix Integrate the resume with the rest of the repository, as I did for the blog in the previous commit. Added a script to copy the resume in the static directory of the blog. --- users/fcuny/resume/flake.lock | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 users/fcuny/resume/flake.lock (limited to 'users/fcuny/resume/flake.lock') diff --git a/users/fcuny/resume/flake.lock b/users/fcuny/resume/flake.lock deleted file mode 100644 index 4e3cc98..0000000 --- a/users/fcuny/resume/flake.lock +++ /dev/null @@ -1,42 +0,0 @@ -{ - "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, - "narHash": "sha256-8CyOOzFOOqOHs+BblCJpmXJVUr+uifaR2Wu6P1HM0CE=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "6d21b873f371b2ebff63a16cf9353309d96d8567", - "type": "github" - }, - "original": { - "owner": "nixos", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -} -- cgit v1.2.3