aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ca8652b..3c637f3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,10 @@
description = "My flake configuration";
inputs = {
- nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
+ # TODO
+ # nixpkgs#deno in nixpkgs-unstable branch is broken for now.
+ # nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
+ nixpkgs.url = "github:NixOS/nixpkgs/1b36b17a09686ff51e2944334da1cf308fa81e48";
flake-utils.url = "github:numtide/flake-utils";