Skip to content

Commit

Permalink
flake: update the lock (#162)
Browse files Browse the repository at this point in the history
Automated changes by the
[update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock)
GitHub Action.

```
Flake lock file updates:

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9?narHash=sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c%3D' (2024-12-04)
  → 'github:hercules-ci/flake-parts/32ea77a06711b758da0ad9bd6a844c5740a87abd?narHash=sha256-7H9XgNiGLKN1G1CgRh0vUL4AheZSYzPm%2BzmZ7vxbJdo%3D' (2025-02-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz?narHash=sha256-1qRH7uAUsyQI7R1Uwl4T%2BXvdNv778H0Nb5njNrqvylY%3D' (2024-12-01)
  → 'https://github.com/NixOS/nixpkgs/archive/072a6db25e947df2f31aab9eccd0ab75d5b2da11.tar.gz?narHash=sha256-vJzFZGaCpnmo7I6i416HaBLpC%2BhvcURh/BQwROcGIp8%3D' (2025-02-01)
• Updated input 'home-manager':
    'github:nix-community/home-manager/8264bfe3a064d704c57df91e34b795b6ac7bad9e?narHash=sha256-36QfCAl8V6nMIRUCgiC79VriJPUXXkHuR8zQA1vAtSU%3D' (2024-12-23)
  → 'github:nix-community/home-manager/6d3163aea47fdb1fe19744e91306a2ea4f602292?narHash=sha256-0UdSDV/TBY%2BGuxXLbrLq3l2Fq02ciyKCIMy4qmnfJXQ%3D' (2025-02-14)
• Updated input 'nixos-apple-silicon':
    'github:tpwrules/nixos-apple-silicon/e8c07c3ae199b55a8c1c35a7c067c5cef9c7e929?narHash=sha256-tZ9JEAaHIs3TPdRZeZzHsnJmUilkcnVaUTvyprbRb1A%3D' (2024-12-05)
  → 'github:tpwrules/nixos-apple-silicon/3d1c6c27b14c4b8fcbdaec779e715f30cb72ed15?narHash=sha256-%2B%2B0dXoZO9l5oceiGQsJmtUI5WXlPMw6QKjpg7vGPl3w%3D' (2025-02-04)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d70bd19e0a38ad4790d3913bf08fcbfc9eeca507?narHash=sha256-4EVBRhOjMDuGtMaofAIqzJbg4Ql7Ai0PSeuVZTHjyKQ%3D' (2024-12-19)
  → 'github:NixOS/nixpkgs/2ff53fe64443980e139eaa286017f53f88336dd0?narHash=sha256-%2B/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc%3D' (2025-02-13)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/ed091321f4dd88afc28b5b4456e0a15bd8374b4d?narHash=sha256-6OvJbqQ6qPpNw3CA%2BW8Myo5aaLhIJY/nNFDk3zMXLfM%3D' (2024-12-18)
  → 'github:Mic92/sops-nix/07af005bb7d60c7f118d9d9f5530485da5d1e975?narHash=sha256-7JAGezJ0Dn5qIyA2%2BT4Dt/xQgAbhCglh6lzCekTVMeU%3D' (2025-02-11)
```

### Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened
by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

```sh
git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force
```
  • Loading branch information
inclyc authored Feb 16, 2025
2 parents ec1242d + 1abc739 commit d2f7a25
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
38 changes: 19 additions & 19 deletions flake.lock

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

1 change: 0 additions & 1 deletion home/lyc/configurations/adrastea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
programs.vscode = {
enable = true;
userSettings = (builtins.fromJSON (builtins.readFile ./vscode-settings.json));
extensions = with pkgs.vscode-extensions; [ vadimcn.vscode-lldb ];
};

services.gpg-agent = {
Expand Down
5 changes: 2 additions & 3 deletions nixos/configurations/adrastea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
environment.systemPackages = with pkgs; [
gnumake
qemu
virt-viewer

gdb
file
Expand Down Expand Up @@ -110,8 +109,6 @@
# VNC client
krdc

fluent-icon-theme

nodejs
yarn

Expand All @@ -138,6 +135,8 @@
elan

esbuild

zed-editor
];

virtualisation.spiceUSBRedirection.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ in
# Enable CUPS to print documents.
services.printing.enable = true;

hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
Expand Down

0 comments on commit d2f7a25

Please sign in to comment.