Skip to content

Commit

Permalink
Merge pull request #6537 from cole-h/update-flake
Browse files Browse the repository at this point in the history
flake: use github: reference to nixpkgs
  • Loading branch information
edolstra authored May 31, 2022
2 parents 929ab5b + 685107c commit 403201e
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 403201e

Please sign in to comment.