Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed May 14, 2024
1 parent 6500b56 commit cb70541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
inputs.bcachefs-tools.url = "github:koverstreet/bcachefs-tools";
outputs =
{ self, nixpkgs }@inputs:
{ self, nixpkgs, ... }@inputs:
let
system = "x86_64-linux"; # change arch here

Expand Down
1 change: 1 addition & 0 deletions graphical-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
lib,
pkgs,
system,
inputs,
...
}:

Expand Down

0 comments on commit cb70541

Please sign in to comment.