Skip to content

Commit

Permalink
flake: use github: reference to nixpkgs
Browse files Browse the repository at this point in the history
This allows flakes that don't override the Nixpkgs input and also have a
different flake registry.
  • Loading branch information
cole-h committed May 16, 2022
1 parent 937a106 commit 685107c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
description = "The purely functional package manager";

inputs.nixpkgs.url = "nixpkgs/nixos-21.05-small";
inputs.nixpkgs-regression.url = "nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05-small";
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; };

outputs = { self, nixpkgs, nixpkgs-regression, lowdown-src }:
Expand Down

0 comments on commit 685107c

Please sign in to comment.