aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/flake.lock
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-01 13:35:46 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-01 13:35:46 -0700
commit5f41fd8b8b7cc2db152d4c353ce7da4c75e2dcf2 (patch)
treea0ce881de5ed91a24d6fb4fad6ffbca0ef581c9c /users/fcuny/blog/flake.lock
parentlayout: improve readability and remove /notes (diff)
downloadinfra-5f41fd8b8b7cc2db152d4c353ce7da4c75e2dcf2.tar.gz
build: slowly moving to nix
Add a `flake.nix' configuration to pull the required dependencies and run the server. Remove a few targets from the Makefile and move the deployment part to a script.
Diffstat (limited to 'users/fcuny/blog/flake.lock')
-rw-r--r--users/fcuny/blog/flake.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/users/fcuny/blog/flake.lock b/users/fcuny/blog/flake.lock
new file mode 100644
index 0000000..d7426e1
--- /dev/null
+++ b/users/fcuny/blog/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1651345462,
+ "narHash": "sha256-4wf9sMUKGBjC2jWnUwG52ychtXRKlS3LfX/HEY6DjhM=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "870249df2cc640e2278cd0bc599ebbb246b00802",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}