Skip to content

Commit

Permalink
wip: temporary switch to nixpkgs fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 24, 2024
1 parent 35cf784 commit f0c686b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
24 changes: 12 additions & 12 deletions flake.lock

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

8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
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
# - https://github.com/NixOS/nixpkgs/pull/344157
# - https://github.com/NixOS/nixpkgs/pull/344164
inputs.nixpkgs.url = "github:Mic92/nixpkgs/nix-cross-fixes";

inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };

Expand Down

0 comments on commit f0c686b

Please sign in to comment.