Skip to content

Commit 89db961

Browse files
committed
Temporary input changes
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 Everything caused because I need this pull request catppuccin/nix#358 for KDE theming.
1 parent b38a242 commit 89db961

File tree

3 files changed

+31
-36
lines changed

3 files changed

+31
-36
lines changed

flake.lock

+21-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+9-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "NixOS configuration";
33

44
inputs = {
5-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
5+
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
66

77
home-manager = {
88
url = "github:nix-community/home-manager";
@@ -43,16 +43,21 @@
4343

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

46-
catppuccin.url = "github:catppuccin/nix";
46+
catppuccin.url = "github:catppuccin/nix/207a8449ab95c0aff9ac893859f7d4b822be6f61";
4747

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

53-
stylix.url = "github:danth/stylix";
53+
stylix = {
54+
url = "github:danth/stylix";
55+
inputs.nixpkgs.follows = "nixpkgs";
56+
};
5457

55-
scientific-fhs.url = "github:manuelbb-upb/scientific-fhs";
58+
scientific-fhs = {
59+
url = "github:manuelbb-upb/scientific-fhs/flake_module";
60+
};
5661
};
5762

5863
outputs = inputs@{

home_configs/manuel/home.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
enable = true;
149149
juliaVersions = [
150150
{
151-
version="1.10.4";
151+
version="1.11.1";
152152
default=true;
153153
}
154154
];

0 commit comments

Comments
 (0)