Skip to content

Commit

Permalink
flake: update the lock (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc authored May 2, 2024
2 parents f1a3f9b + aec334a commit af6bb71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -12,9 +12,9 @@
inputs.flake-parts.flakeModules.easyOverlay
inputs.flake-root.flakeModule
];
perSystem = { config, self', inputs', pkgs, system, ... }:
with pkgs;
perSystem = { config, pkgs, ... }:
let
inherit (pkgs) nixVersions llvmPackages_16 callPackage stdenv;
nix = nixVersions.nix_2_19;
llvmPackages = llvmPackages_16;
nixd = callPackage ./default.nix {
Expand Down

0 comments on commit af6bb71

Please sign in to comment.