Skip to content

Commit

Permalink
pin nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Jan 11, 2025
1 parent 962579a commit b5e72ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
with:
name: tek
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- run: |
nix flake lock
cat flake.lock
- run: nix flake check
2 changes: 1 addition & 1 deletion flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Customizable quasiquote interpolation";

inputs.hix.url = "git+https://git.tryp.io/tek/hix";
inputs.hix.inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
inputs.hix.inputs.nixpkgs.url = "github:nixos/nixpkgs/8c4dc69b9732f6bbe826b5fbb32184987520ff26";

outputs = {hix, ...}: hix.lib.pro ({config, lib, ...}: let

Expand Down

0 comments on commit b5e72ac

Please sign in to comment.