Skip to content

Commit

Permalink
unstable branch off
Browse files Browse the repository at this point in the history
  • Loading branch information
ezKEa committed Apr 20, 2024
1 parent 8922cb9 commit bce9def
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

6 changes: 2 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rec {
};

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
Expand All @@ -29,9 +29,7 @@ rec {
mkLauncher = launcher: {
"${launcher}" = callPackage ./pkgs/${launcher} {
wrapAAGL = callPackage ./pkgs/wrapAAGL;
unwrapped = callPackage ./pkgs/${launcher}/unwrapped.nix {
inherit (rustPackages_1_76) rustPlatform;
};
unwrapped = callPackage ./pkgs/${launcher}/unwrapped.nix { };
};
};
in builtins.foldl' (a: b: a // b) {} (map mkLauncher [
Expand Down
2 changes: 1 addition & 1 deletion module/version.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
with lib; let
cfg = config.aagl;
aaglReleaseBranch = "23.11";
aaglReleaseBranch = "24.05";
in
{
options.aagl = {
Expand Down

0 comments on commit bce9def

Please sign in to comment.