Skip to content

Commit 45bb14f

Browse files
committed
update packages
1 parent 9b5fe8b commit 45bb14f

File tree

3 files changed

+50
-32
lines changed

3 files changed

+50
-32
lines changed

flake.lock

Lines changed: 45 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
};
2525
nvim-blink-cmp = {
2626
url = "github:Saghen/blink.cmp";
27-
inputs.nixpkgs.follows = "nixpkgs";
2827
};
2928
};
3029

hosts/common/impermanence.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
inputs.impermanence.nixosModule
44
];
55

6+
# workaround https://github.com/nix-community/impermanence/issues/229
7+
# note `systemd.tmpfiles.rules` workaround did not work
8+
boot.initrd.systemd.suppressedUnits = ["systemd-machine-id-commit.service"];
9+
systemd.suppressedSystemUnits = ["systemd-machine-id-commit.service"];
10+
611
fileSystems."/" = {
712
device = "none";
813
fsType = "tmpfs";

0 commit comments

Comments
 (0)