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,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config.vars) neovimIde;
|
||||
|
@ -12,7 +12,7 @@ in
|
|||
withPython3 = true;
|
||||
|
||||
extraPackages = [
|
||||
basedpyrightPkgs.basedpyright
|
||||
pkgs.basedpyright
|
||||
];
|
||||
|
||||
extraLuaConfig =
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
nixpkgs = mkInput {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
ref = "nixos-unstable";
|
||||
ref = "nixos-unstable-small";
|
||||
};
|
||||
|
||||
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";
|
||||
repo = "nixd";
|
||||
};
|
||||
|
||||
# FIXME: get it from nixpkgs when it gets merged
|
||||
basedpyright.url = "github:kiike/nixpkgs/pkgs/basedpyright";
|
||||
};
|
||||
|
||||
clusterInputs = {
|
||||
|
@ -133,9 +130,6 @@ let
|
|||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
|
||||
# FIXME: remove when this is merged https://github.com/hyprwm/Hyprland/pull/6086
|
||||
ref = "xwayland-rewrite";
|
||||
};
|
||||
|
||||
hypr-official-plugins = mkHyprDep {
|
||||
|
|
2
lib.nix
2
lib.nix
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
basedpyright,
|
||||
home-manager,
|
||||
nix-on-droid,
|
||||
nixpkgs,
|
||||
|
@ -18,7 +17,6 @@
|
|||
inputs
|
||||
// {
|
||||
pkgs = mkPkgs system nixpkgs;
|
||||
basedpyrightPkgs = mkPkgs system basedpyright;
|
||||
};
|
||||
|
||||
# Default system
|
||||
|
|
Loading…
Reference in a new issue