about summary refs log tree commit diff
path: root/flake.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: pine nixpkgs to release-22.05Franck Cuny2022-11-291-3/+4
|
* flake.lock: UpdateFranck2022-11-071-6/+6
| | | | | | | | | | | Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/6ee9ebb6b1ee695d2cacc4faa053a7b9baa76817' (2022-10-29) → 'github:numtide/flake-utils/5aed5285a952e0b949eb3ba02c12fa4fcfef535f' (2022-11-02) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/4fbac1297f16ed6a096ab982d99a33cd90ae3c07' (2022-10-30) → 'github:nixos/nixpkgs/f9fcccaaf024f186569539f0b8b8fab725933a26' (2022-11-07)
* flake.lock: Updategithub-actions[bot]2022-10-301-6/+6
| | | | | | | | | | | Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07) → 'github:numtide/flake-utils/6ee9ebb6b1ee695d2cacc4faa053a7b9baa76817' (2022-10-29) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/6d3aacb2508b4230b96b3eadb377da426617e4ef' (2022-10-23) → 'github:nixos/nixpkgs/4fbac1297f16ed6a096ab982d99a33cd90ae3c07' (2022-10-30)
* flake.lock: Updategithub-actions[bot]2022-10-231-3/+3
| | | | | | | | Flake lock file updates: • Updated input 'nixpkgs': 'github:nixos/nixpkgs/3f5416e81a456d243a44c0651873ed247d51f5b2' (2022-10-16) → 'github:nixos/nixpkgs/6d3aacb2508b4230b96b3eadb377da426617e4ef' (2022-10-23)
* flake.lock: Updategithub-actions[bot]2022-10-161-3/+3
| | | | | | | | Flake lock file updates: • Updated input 'nixpkgs': 'github:nixos/nixpkgs/34c5293a71ffdb2fe054eb5288adc1882c1eb0b1' (2022-10-09) → 'github:nixos/nixpkgs/3f5416e81a456d243a44c0651873ed247d51f5b2' (2022-10-16)
* flake.lock: Updategithub-actions[bot]2022-10-091-3/+3
| | | | | | | | Flake lock file updates: • Updated input 'nixpkgs': 'github:nixos/nixpkgs/a070b3c46b348e3c68e33ea233c18dd5582f3e29' (2022-10-08) → 'github:nixos/nixpkgs/34c5293a71ffdb2fe054eb5288adc1882c1eb0b1' (2022-10-09)
* flake.lock: Updategithub-actions[bot]2022-10-081-6/+6
| | | | | | | | | | | Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/870249df2cc640e2278cd0bc599ebbb246b00802' (2022-04-30) → 'github:nixos/nixpkgs/a070b3c46b348e3c68e33ea233c18dd5582f3e29' (2022-10-08)
* add drone configuration and cleanup nixFranck Cuny2022-05-101-0/+16
| | | | | | | | Add a drone configuration to run the deploy on a push to the main branch. Cleanup the nix configuration to only keep support for `nix run` (which will run the hugo server).
* build: slowly moving to nixFranck Cuny2022-05-011-0/+26
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.