Skip to content

Commit

Permalink
chore(nix): add nixpkgs master as nixpkgs-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Jun 20, 2024
1 parent 39a4750 commit 1a8c967
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 18 deletions.
54 changes: 37 additions & 17 deletions flake.lock

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

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
description = "Klein College PHP Coding Standards";

inputs = {
nixpkgs.follows = "nixos-unstable";
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-trunk.url = "github:NixOS/nixpkgs/master";

flake-parts.url = "github:hercules-ci/flake-parts";

phps.url = "github:loophp/nix-shell";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};

outputs =
Expand Down

0 comments on commit 1a8c967

Please sign in to comment.