From c54e3a336fe460db3b4ec156beac452850838555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 25 May 2022 19:19:24 -0700 Subject: ref(notes): drop flake.nix There's no need to have a flake.nix for the notes, we can use the same mechanism as for the blog and resume. Add a README so I remember how to use this in the future. --- users/fcuny/notes/flake.lock | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 users/fcuny/notes/flake.lock (limited to 'users/fcuny/notes/flake.lock') diff --git a/users/fcuny/notes/flake.lock b/users/fcuny/notes/flake.lock deleted file mode 100644 index afaae62..0000000 --- a/users/fcuny/notes/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": 1652295142, - "narHash": "sha256-vqvZa2xoNPhkpAhAbtUCA2wyga1qv6QeuGH2C8IVnus=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "174c43d7d17b27e50074fe3c970a5659a4d8e39b", - "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