Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamertz committed Nov 3, 2024
1 parent 5dd2b0f commit 5304d42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 4 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@
};

glove80-zmk = {
# Community fork with per-layer rgb
url = "github:darknao/zmk/darknao/rgb-dts";
# url = "github:moergo-sc/zmk";
flake = false;
};
firmware-loader = {
url = "github:juliamertz/glove80-firmware-updater";
inputs.nixpkgs.follows = "nixpkgs";
};
# dtsfmt = {
# url = "github:juliamertz/dtsfmt/dev?submodules=1";
# flake = false;
# };
# treesitter-devicetree = {
# url = "github:mskelton/tree-sitter-devicetree";
# flake = false;
# };
keymap-drawer = {
url = "github:caksoylar/keymap-drawer";
flake = false;
Expand Down Expand Up @@ -51,7 +45,7 @@
...
}:
let
inherit (pkgs) callPackage writeShellScriptBin;
inherit (pkgs) callPackage writeShellScriptBin writeText;
inherit (config) packages;

firmwareLoader = firmware-loader.packages.${system}.default;
Expand All @@ -66,7 +60,7 @@
packages.format =
let
dtsfmtrc =
pkgs.writeText ".dtsfmtrc.toml" # toml
writeText ".dtsfmtrc.toml" # toml
''
layout = "moergo:glove80"
Expand Down
2 changes: 0 additions & 2 deletions packages/dtsfmt.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
rustPlatform,
fetchgit,
# runCommand,
# inputs,
...
}:
rustPlatform.buildRustPackage rec {
Expand Down

0 comments on commit 5304d42

Please sign in to comment.