Skip to content

Commit

Permalink
Temporary input changes
Browse files Browse the repository at this point in the history
Set `nixpkgs` to follow `nixpkgs-unstable` instead of `nixos-unstable`
due to nix-community/home-manager#5991, caused
by NixOS/nixpkgs@a9e1f4e
reverted by NixOS/nixpkgs#349783
Should eventually be fixed in home-manager itself.

Also pointed scientific-fhs to my fork:
* new Julia versions
* work around olynch/scientific-fhs#20
  • Loading branch information
manuelbb-upb committed Oct 23, 2024
1 parent b38a242 commit a2cb65e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 36 deletions.
52 changes: 21 additions & 31 deletions flake.lock

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

13 changes: 9 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "NixOS configuration";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";

home-manager = {
url = "github:nix-community/home-manager";
Expand Down Expand Up @@ -43,16 +43,21 @@

nur.url = github:nix-community/NUR;

catppuccin.url = "github:catppuccin/nix";
catppuccin.url = "github:catppuccin/nix/207a8449ab95c0aff9ac893859f7d4b822be6f61";

#split-monitor-workspaces = {
# url = "github:Duckonaut/split-monitor-workspaces";
# inputs.hyprland.follows = "hyprland"; # <- make sure this line is present for the plugin to work as intended
#};

stylix.url = "github:danth/stylix";
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};

scientific-fhs.url = "github:manuelbb-upb/scientific-fhs";
scientific-fhs = {
url = "github:manuelbb-upb/scientific-fhs/flake_module";
};
};

outputs = inputs@{
Expand Down
2 changes: 1 addition & 1 deletion home_configs/manuel/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
enable = true;
juliaVersions = [
{
version="1.10.4";
version="1.11.1";
default=true;
}
];
Expand Down

0 comments on commit a2cb65e

Please sign in to comment.