Skip to content

Commit

Permalink
Switch to flakehub
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 19, 2023
1 parent 1c103ed commit 3961e46
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 29 deletions.
61 changes: 35 additions & 26 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
description = "The Determinate Nix Installer";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz";

fenix = {
url = "github:nix-community/fenix";
url = "https://flakehub.com/f/nix-community/fenix/0.1.1584.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand All @@ -15,7 +15,7 @@
};

nix = {
url = "github:nixos/nix/2.13.2";
url = "https://flakehub.com/f/NixOS/nix/2.17.0.tar.gz";
# Omitting `inputs.nixpkgs.follows = "nixpkgs";` on purpose
};

Expand Down

0 comments on commit 3961e46

Please sign in to comment.