Skip to content

Commit

Permalink
fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 26, 2023
1 parent ca7c4cf commit f8f9f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-23.05;

outputs = { nixpkgs, ... }: {
packages.x86_64-linux.git = nixpkgs.legacyPackages.git;
packages.x86_64-linux.git = nixpkgs.legacyPackages.x86_64-linux.git;
};
}

0 comments on commit f8f9f95

Please sign in to comment.