mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: removed flake-utils
This commit is contained in:
parent
f47a170fa2
commit
1e8fd4224f
2 changed files with 8 additions and 43 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
outputs =
|
||||
inputs:
|
||||
(inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
flake.nixConfig = {
|
||||
extra-trusted-substituters = [ "https://leana8959.cachix.org" ];
|
||||
extra-trusted-public-keys = [
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
{
|
||||
formatter = pkgs.unstable.nixfmt-rfc-style;
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
inputs = {
|
||||
# package sets
|
||||
|
|
@ -42,7 +42,6 @@
|
|||
url = "github:LnL7/nix-darwin";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
# packages
|
||||
wired.url = "github:Toqozz/wired-notify";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue