Skip to content

Commit

Permalink
Setup devenv binary cache via extra_nix_config
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 16, 2023
1 parent c7abed0 commit 61a13d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: cachix/install-nix-action@v24
- name: Setup Cachix
uses: cachix/cachix-action@v12
with:
name: devenv
extra_nix_config: |
extra-substituters = "https://devenv.cachix.org";
extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=";
- name: Build configuration
run: nix run home-manager/release-23.11 -- build --flake ${{ github.workspace }}
timeout-minutes: 2
Expand Down
2 changes: 1 addition & 1 deletion home/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
];
extraLuaConfig = builtins.readFile ./neovim/extra-config.lua;
plugins = builtins.concatMap (plugin: pkgs.callPackage plugin { }) [
# ./neovim/plugins/auto-dark-mode.nix
./neovim/plugins/auto-dark-mode.nix
./neovim/plugins/cmp.nix
./neovim/plugins/comment.nix
./neovim/plugins/lspconfig.nix
Expand Down

0 comments on commit 61a13d7

Please sign in to comment.