Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-logger committed Nov 25, 2023
1 parent 2e5e855 commit 7ce0644
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions nixOS/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nixOS/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};

# nixos-rk3588.url = "github:ryan4yin/nixos-rk3588";
nixos-rk3588.url = "github:realsnick/nixos-rk3588";
# nixos-rk3588.url = "/home/snick/Code/github/nixos-rk3588";
Expand All @@ -33,14 +33,14 @@
, ...
}:
let
version = "0.2.0";
version = "0.3.1";
lib = nixpkgs.lib;
in
{
nixosConfigurations = {
cyclop-orange_pi_5_plus = lib.nixosSystem {
system = "aarch64-linux";
specialArgs = inputs ;
specialArgs = inputs;
modules = [
(nixos-rk3588 + "/modules/boards/orangepi5plus.nix")
nix-ros-overlay.nixosModules.default
Expand Down

0 comments on commit 7ce0644

Please sign in to comment.