aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-29 17:56:25 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-29 17:56:25 -0800
commit466b5e4950d32059555ca3bf910b511999f99d91 (patch)
tree7087e996f19c6d098977efd0bfe4db5700504833 /flake.nix
parentci: something is not working correctly (diff)
downloadfcuny.net-466b5e4950d32059555ca3bf910b511999f99d91.tar.gz
build: pine nixpkgs to release-22.05
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b9a6b62..308ba1a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
description = "Franck Cuny's personal website.";
inputs = {
- nixpkgs.url = "github:nixos/nixpkgs";
+ nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
flake-utils.url = "github:numtide/flake-utils";
};