Skip to content

Commit

Permalink
chore(flake): update flake.lock (#289)
Browse files Browse the repository at this point in the history
* chore(flake): update flake.lock

Flake lock file updates:

• Updated input 'emacs-config':
    'github:terlar/emacs-config/4cc86cff986407511e1eb9e19b06bc9c52bb150d' (2024-08-30)
  → 'github:terlar/emacs-config/eab6813ee9d3a667eef09759f69516ccdf7c7e2e' (2024-08-31)
• Updated input 'emacs-config/emacs-overlay':
    'github:nix-community/emacs-overlay/ae06276558dc3500804032c7d5457095f17561b7' (2024-08-24)
  → 'github:nix-community/emacs-overlay/3169e5e682432a38e768b68e2557dc610ca0a426' (2024-08-31)
• Updated input 'emacs-config/emacs-overlay/nixpkgs-stable':
    'github:NixOS/nixpkgs/797f7dc49e0bc7fab4b57c021cdf68f595e47841' (2024-08-22)
  → 'github:NixOS/nixpkgs/ae2fc9e0e42caaf3f068c1bfdc11c71734125e06' (2024-08-28)
• Updated input 'emacs-config/gnu-elpa':
    'git+https://git.savannah.gnu.org/git/emacs/elpa.git?ref=main&rev=c0e47a639f464b34de6555454bd7c451c34e2d67' (2024-08-20)
  → 'git+https://git.savannah.gnu.org/git/emacs/elpa.git?ref=main&rev=6956eda7b37f39ba89e07442b922a9ae2321e237' (2024-08-29)
• Updated input 'emacs-config/melpa':
    'github:melpa/melpa/51b0a905d5748d4d4f2e807435e56c6c2a312edb' (2024-08-19)
  → 'github:melpa/melpa/a74629656e9a23133219a0bd805982f1497b35d7' (2024-08-30)
• Updated input 'emacs-config/nongnu-elpa':
    'git+https://git.savannah.gnu.org/git/emacs/nongnu.git?ref=main&rev=b3fcadf20c9f0da471ab0bdcd778bb66b39b43bc' (2024-08-19)
  → 'git+https://git.savannah.gnu.org/git/emacs/nongnu.git?ref=main&rev=93b5696e078108374157a63a6733dc681940c0b7' (2024-08-29)
• Updated input 'emacs-config/org-babel':
    'github:emacs-twist/org-babel/8684ef7fcdcd65f29129596c05fede1eb63c21b3' (2024-07-03)
  → 'github:emacs-twist/org-babel/ec71fec7ec0f363a3868c7ecc7bdf1cfdaecd9c8' (2024-08-29)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/8471fe90ad337a8074e957b69ca4d0089218391d' (2024-08-01)
  → 'github:hercules-ci/flake-parts/af510d4a62d071ea13925ce41c95e3dec816c01d' (2024-08-30)
• Updated input 'nix-index-database':
    'github:nix-community/nix-index-database/f65c9d6efae4ee39f4341aaed073cf2d56fb0ecb' (2024-08-25)
  → 'github:nix-community/nix-index-database/32058e9138248874773630c846563b1a78ee7a5b' (2024-09-01)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/1c84c314db42dd40ed6cf9293b9451ec2e7ebee4' (2024-08-24)
  → 'github:NixOS/nixos-hardware/95c3dfe6ef2e96ddc1ccdd7194e3cda02ca9a8ef' (2024-08-28)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/ba0c72cea47a45556ccd5bc566433bd1242a0f93' (2024-08-25)
  → 'github:NixOS/nixpkgs/5154507a1b18ae480339201b8f55b145fd52a0f0' (2024-08-31)

* feat(nixos): explicitly use proprietary nvidia drivers for kong

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Terje Larsen <[email protected]>
  • Loading branch information
3 people authored Sep 2, 2024
1 parent 3de331f commit a049fc5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
1 change: 1 addition & 0 deletions configurations/nixos/kong/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ in
enableRedistributableFirmware = true;
graphics.enable = true;
nvidia = {
open = false;
modesetting.enable = true;
nvidiaSettings = false;
};
Expand Down
70 changes: 35 additions & 35 deletions flake.lock

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

0 comments on commit a049fc5

Please sign in to comment.