Skip to content

Commit

Permalink
feat: add binary cache for emacs-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Jul 25, 2024
1 parent 00983d7 commit 68faf25
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -4575,6 +4575,7 @@ First, we enable the use of =home-manager= as a NixoS module
./power-profiles-daemon.nix
];

nix.settings.trusted-users = [ "swarsel" ];

home-manager = {
useGlobalPkgs = true;
Expand Down Expand Up @@ -7634,6 +7635,16 @@ This tangles the flake.nix file; This block only needs to be touched when updati
{
description = "SwarseFlake - Nix Flake for all SwarselSystems";

nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org"
];

extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};

inputs = {
<<flakeinputs>>
};
Expand Down
10 changes: 10 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
description = "SwarseFlake - Nix Flake for all SwarselSystems";

nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org"
];

extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};

inputs = {

nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
Expand Down
1 change: 1 addition & 0 deletions profiles/common/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
./power-profiles-daemon.nix
];

nix.settings.trusted-users = [ "swarsel" ];

home-manager = {
useGlobalPkgs = true;
Expand Down

0 comments on commit 68faf25

Please sign in to comment.