aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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