Skip to content

Commit

Permalink
Format Nix files (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols authored Dec 7, 2023
1 parent c750447 commit b97a5be
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,8 @@
};

nixConfig = {
extra-trusted-substituters = [
"https://morbig.cachix.org/"
];
extra-trusted-public-keys = [
"morbig.cachix.org-1:l6jrpCfkt03SwhxnK7VNDgrnMDW9OA92BTcuZTNw60I="
];
extra-trusted-substituters = [ "https://morbig.cachix.org/" ];
extra-trusted-public-keys =
[ "morbig.cachix.org-1:l6jrpCfkt03SwhxnK7VNDgrnMDW9OA92BTcuZTNw60I=" ];
};
}

0 comments on commit b97a5be

Please sign in to comment.