aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2022-03-10 13:46:42 +0100
committerpacien2022-03-10 13:46:51 +0100
commit813e556ec9c6789e77a7de7dbe99580929d1dcbf (patch)
tree9ace8ae527c51f7e5cb320547d2901561c84542c
parent8828ec6380d47a940418928ae60b129b689123f8 (diff)
downloaduge_l2_rdbms_python_proto-813e556ec9c6789e77a7de7dbe99580929d1dcbf.tar.gz
flake: use stable channel
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index a98436b..7314190 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
4 4
5{ 5{
6 inputs = { 6 inputs = {
7 nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 7 nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11";
8 flake-utils.url = "github:numtide/flake-utils"; 8 flake-utils.url = "github:numtide/flake-utils";
9 }; 9 };
10 10