sourcephile
/
git
/
julm
/
julm-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bash: fix zfs-mount failures
[julm/julm-nix.git]
/
nixpkgs
/
overlays
/
swaplist.nix
diff --git
a/nixpkgs/overlays/swaplist.nix
b/nixpkgs/overlays/swaplist.nix
index c5ef85559733a546dc93ff5495a97af016ddc900..ae5074083908212e072b8100216b10575b5438c9 100644
(file)
--- a/
nixpkgs/overlays/swaplist.nix
+++ b/
nixpkgs/overlays/swaplist.nix
@@
-1,3
+1,3
@@
-self: super: {
- swaplist = super.callPackage ../pkgs/tools/system/swaplist {};
+
_
self: super: {
+ swaplist = super.callPackage ../pkgs/tools/system/swaplist {
};
}