Skip to content

Commit

Permalink
temporary switch to nixpkgs master
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 24, 2024
1 parent 35cf784 commit 3e30b2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
description = "The purely functional package manager";

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
#inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
# TODO: Switch to nixpkgs-unstable once this is in: https://nixpkgs-tracker.ocfox.me/?pr=344090
inputs.nixpkgs.url = "github:NixOS/nixpkgs/master";
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };

Expand Down

0 comments on commit 3e30b2b

Please sign in to comment.