Skip to content

Commit

Permalink
fix: remove nixpkgs-extra, add encore-flake
Browse files Browse the repository at this point in the history
  • Loading branch information
fmway committed Nov 30, 2024
1 parent de97b52 commit 77c5ae1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 62 deletions.
76 changes: 21 additions & 55 deletions flake.lock

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

6 changes: 2 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
fmpkgs.url = "github:fmway/fmpkgs/master";
nixpkgs-extra = {
url = "github:luisnquin/nixpkgs-extra";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
encore.url = "github:encoredev/encore-flake";
encore.inputs.nixpkgs.follows = "nixpkgs";
# TODO
# nix-colors.url = "github:misterio77/nix-colors";
home-manager.url = "github:nix-community/home-manager/master";
Expand Down
2 changes: 1 addition & 1 deletion programs/cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# aerc # neomutt alternative
# frogmouth # tui markdown viewer. awesome but, very lag
# manix # nix options search
extra.encore # awesome tools for developing go and typescript
encore # awesome tools for developing go and typescript
nix-init # automate builder nix derivation
# nurl # ?
rclone
Expand Down
2 changes: 2 additions & 0 deletions programs/extra/encore.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{ inputs, self, ... }:
inputs.encore.packages.${self.system}.encore
2 changes: 0 additions & 2 deletions programs/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
;
inherit (builtins)
foldl'
getAttr
;
nixpkgs-overlay = self: super: let
overlayNixpkgs = arr: obj: foldl' (acc: curr: let
Expand All @@ -31,7 +30,6 @@
fmpkgs = import inputs.fmpkgs {
inherit system pkgs lib;
};
extra = inputs.nixpkgs-extra.packages.${system};
};

package-overlay = self: super: treeImport {
Expand Down

0 comments on commit 77c5ae1

Please sign in to comment.