Skip to content

Commit

Permalink
nix: cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 3, 2024
1 parent 003f6c0 commit 3fb04fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,5 @@
keyboard = pkgs.callPackage ./nix/keyboard.nix { inherit inputs; };
};
};
flake = _: {
# nixosModules.home-manager = homeManagerModules.default;
# homeManagerModules = rec {
# reset = import ./nix/hm.nix inputs.self;
# default = reset;
# };
};
};
}
3 changes: 0 additions & 3 deletions nix/monitor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ rustPlatform.buildRustPackage rec {
];

cargoLock = {
# outputHashes = {
# "re_set-lib-3.4.1" = "";
# };
# outputHashes = {
# "re_set-lib-3.3.0" = "sha256-f+0+rrM+Z0sOXNwYtJxrlcK6wGFbdwamU0sNUm2ennM=";
# };
Expand Down

0 comments on commit 3fb04fc

Please sign in to comment.