Skip to content

Commit bd708b4

Browse files
committed
fix: point the nixpkgs input to nixpkgs-unstable
1 parent 4713c86 commit bd708b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "devshell";
33
# To update all inputs:
44
# nix flake update --recreate-lock-file
5-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/efc960b6d6a6498c23868f4ba59fcb8bb51c9861";
5+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
66
inputs.flake-utils.url = "github:numtide/flake-utils";
77

88
outputs = inputs: inputs.flake-utils.lib.eachDefaultSystem

0 commit comments

Comments
 (0)