Skip to content

Commit

Permalink
chore: pin inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed May 23, 2024
1 parent ce00371 commit b05c4c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 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
Expand Up @@ -5,12 +5,12 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";

flake-compat = {
url = "github:edolstra/flake-compat";
url = "github:edolstra/flake-compat?ref=v1.0.1";
flake = false;
};

snowfall-lib = {
url = "github:snowfallorg/lib";
url = "github:snowfallorg/lib?ref=v3.0.0";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down

0 comments on commit b05c4c7

Please sign in to comment.