chore: switch to nixos-unstable-small
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-05-25 20:28:35 -04:00
parent ac16dde84e
commit 1e448f8ae2
6 changed files with 3 additions and 11 deletions

View file

@ -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 =

View file

@ -6,7 +6,7 @@
nixpkgs = mkInput {
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-unstable";
ref = "nixos-unstable-small";
};
home-manager = mkDep {

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -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 {

View file

@ -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