Skip to content

Commit

Permalink
chore: nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae committed Oct 16, 2024
1 parent 954e5b9 commit f5c143d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 40 deletions.
68 changes: 34 additions & 34 deletions flake.lock

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

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
description = "Persway";

inputs = {
crane.inputs.nixpkgs.follows = "nixpkgs";
crane.url = "github:ipetkov/crane";
devenv.url = "github:cachix/devenv";
fenix.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
6 changes: 1 addition & 5 deletions flake/packages.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{inputs, ...}: {
perSystem = {
system,
pkgs,
...
}: let
perSystem = {pkgs, ...}: let
craneLib = inputs.crane.mkLib pkgs;
# craneLib =
# inputs.crane.lib.${system}.overrideToolchain
Expand Down

0 comments on commit f5c143d

Please sign in to comment.