chore: switch to nixos-unstable-small
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ac16dde84e
commit
1e448f8ae2
6 changed files with 3 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
basedpyrightPkgs,
|
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (config.vars) neovimIde;
|
inherit (config.vars) neovimIde;
|
||||||
|
@ -12,7 +12,7 @@ in
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
|
|
||||||
extraPackages = [
|
extraPackages = [
|
||||||
basedpyrightPkgs.basedpyright
|
pkgs.basedpyright
|
||||||
];
|
];
|
||||||
|
|
||||||
extraLuaConfig =
|
extraLuaConfig =
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
nixpkgs = mkInput {
|
nixpkgs = mkInput {
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nixpkgs";
|
repo = "nixpkgs";
|
||||||
ref = "nixos-unstable";
|
ref = "nixos-unstable-small";
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = mkDep {
|
home-manager = mkDep {
|
||||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -62,9 +62,6 @@ let
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "nixd";
|
repo = "nixd";
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME: get it from nixpkgs when it gets merged
|
|
||||||
basedpyright.url = "github:kiike/nixpkgs/pkgs/basedpyright";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
clusterInputs = {
|
clusterInputs = {
|
||||||
|
@ -133,9 +130,6 @@ let
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/hyprwm/Hyprland";
|
url = "https://github.com/hyprwm/Hyprland";
|
||||||
submodules = true;
|
submodules = true;
|
||||||
|
|
||||||
# FIXME: remove when this is merged https://github.com/hyprwm/Hyprland/pull/6086
|
|
||||||
ref = "xwayland-rewrite";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
hypr-official-plugins = mkHyprDep {
|
hypr-official-plugins = mkHyprDep {
|
||||||
|
|
2
lib.nix
2
lib.nix
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
basedpyright,
|
|
||||||
home-manager,
|
home-manager,
|
||||||
nix-on-droid,
|
nix-on-droid,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
@ -18,7 +17,6 @@
|
||||||
inputs
|
inputs
|
||||||
// {
|
// {
|
||||||
pkgs = mkPkgs system nixpkgs;
|
pkgs = mkPkgs system nixpkgs;
|
||||||
basedpyrightPkgs = mkPkgs system basedpyright;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Default system
|
# Default system
|
||||||
|
|
Loading…
Reference in a new issue