Skip to content

Commit

Permalink
Downgrade to nixos 23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 26, 2024
1 parent 60ad7cd commit b8ec446
Show file tree
Hide file tree
Showing 27 changed files with 148 additions and 399 deletions.
87 changes: 24 additions & 63 deletions 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "NixOS & Home-Manager Configuration";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";

Expand All @@ -13,7 +13,7 @@
};

home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand All @@ -23,7 +23,7 @@
};

nix-on-droid = {
url = "github:nix-community/nix-on-droid/release-23.11";
url = "github:nix-community/nix-on-droid/release-23.05";
inputs.home-manager.follows = "home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down
Loading

0 comments on commit b8ec446

Please sign in to comment.