Skip to content

Commit

Permalink
fix: point the nixpkgs input to nixpkgs-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jan 7, 2024
1 parent 4713c86 commit bd708b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "devshell";
# To update all inputs:
# nix flake update --recreate-lock-file
inputs.nixpkgs.url = "github:NixOS/nixpkgs/efc960b6d6a6498c23868f4ba59fcb8bb51c9861";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";

outputs = inputs: inputs.flake-utils.lib.eachDefaultSystem
Expand Down

0 comments on commit bd708b4

Please sign in to comment.