Use git dislocker
This commit is contained in:
parent
285659e558
commit
8881219920
1 changed files with 9 additions and 1 deletions
|
@ -150,7 +150,15 @@
|
||||||
# System tools
|
# System tools
|
||||||
gparted
|
gparted
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
dislocker
|
(dislocker.overrideAttrs (prev: {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "aorimn";
|
||||||
|
repo = "dislocker";
|
||||||
|
rev = "3e7aea196eaa176c38296a9bc75c0201df0a3679";
|
||||||
|
sha256 = "sha256-jKk+okSQJ54R17EiUk9NnjLxGi6RrwFrGFVi8ekckww=";
|
||||||
|
};
|
||||||
|
patches = [];
|
||||||
|
}))
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.podman = {enable = true;};
|
virtualisation.podman = {enable = true;};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue