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 a787fc7
Show file tree
Hide file tree
Showing 2 changed files with 15 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.

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:Mic92/nixpkgs/python3-netbsd";
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };

Expand Down

0 comments on commit a787fc7

Please sign in to comment.