Skip to content

Commit

Permalink
Refactor Nix configurations and remove outdated CI workflow
Browse files Browse the repository at this point in the history
- Removed the `update-flake-lock.yml` GitHub Actions workflow to streamline CI processes.
- Cleaned up `devshell.nix` by commenting out unused package entries for better clarity.
- Added blank lines in `flake.nix` for improved readability.
  • Loading branch information
NikolaiSch committed Jan 3, 2025
1 parent d847cf7 commit c2ca571
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/update-flake-lock.yml

This file was deleted.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@
(fn: ./nix/modules/${fn})
(attrNames (readDir ./nix/modules));



};
}
4 changes: 2 additions & 2 deletions nix/modules/devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ _:
packages = [
pkgs.just
pkgs.nixd # Nix language server
pkgs.cargo-watch
# config.process-compose.cargo-doc-live.outputs.package
# pkgs.cargo-watch
# config.process-compose.cargo-doc-live.outputs.cargo-doc-live
pkgs.cachix
];
};
Expand Down

0 comments on commit c2ca571

Please sign in to comment.