Skip to content

Commit

Permalink
fix hydra jobset
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Feb 18, 2024
1 parent 8a19975 commit cf3fced
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 36 deletions.
75 changes: 43 additions & 32 deletions flake.lock

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

8 changes: 4 additions & 4 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 = "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz";
nixpkgs.url = "github:NixOS/nixpkgs/5e4c2ada4fcd54b99d56d7bd62f384511a7e2593";

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

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

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

flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.0.0.tar.gz";
flake-compat.url = "github:edolstra/flake-compat/v1.0.0";
};

outputs =
Expand Down

0 comments on commit cf3fced

Please sign in to comment.