Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Jan 13, 2025
1 parent c73958d commit 5baabde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
nvchad.inputs.nvchad-starter.follows = "starter";

luogu-gcc.url = "github:luogu-dev/judge-env";
niri = {
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
clipboard = {
url = "github:Bot-wxt1221/clipboard-sync";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
4 changes: 1 addition & 3 deletions programs/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
...
}:
let
niri-use = niri.packages.${pkgs.system}.niri-unstable.overrideAttrs (old: {
doCheck = false;
});
niri-use = pkgs.niri;
in
{
imports = [
Expand Down

0 comments on commit 5baabde

Please sign in to comment.