Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Aug 1, 2024
1 parent 62104f2 commit 671263e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
inputs.bcachefs-tools.url = "github:koverstreet/bcachefs-tools";
outputs =
{ self, nixpkgs }:
{ self, nixpkgs }@inputs:
let
system = "x86_64-linux"; # change arch here

specialArgs = {
inherit system;
inherit inputs;
};
in
{
Expand Down

0 comments on commit 671263e

Please sign in to comment.