Skip to content

Commit

Permalink
chore: Update to latest nixos-unstable-small release
Browse files Browse the repository at this point in the history
cargo-audit has been dropped to fix an issue with libgit2, which should
be fixed in 1-2 weeks or so. Additionally, nvim-base16 has been renamed
to base16-nvim, which is currently only recognized on -small.
  • Loading branch information
donovanglover committed Feb 19, 2024
1 parent 71a1350 commit 6d047a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
14 changes: 7 additions & 7 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";

home-manager = {
url = "github:nix-community/home-manager";
Expand Down
3 changes: 1 addition & 2 deletions home/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ in
rustfmt
cargo
cargo-info
cargo-audit
cargo-license
cargo-feature
cargo-tarpaulin
Expand Down Expand Up @@ -384,7 +383,7 @@ in
}
friendly-snippets
{
plugin = nvim-base16;
plugin = base16-nvim;
type = "lua";
config = "vim.cmd('colorscheme base16-${config.lib.stylix.scheme.slug}')";
}
Expand Down
2 changes: 1 addition & 1 deletion modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
];

nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"osu-lazer-bin-2024.130.2"
"osu-lazer-bin-2024.131.0"
];

nixpkgs.config.permittedInsecurePackages = [
Expand Down

0 comments on commit 6d047a9

Please sign in to comment.