Rename project to linux-utils, restructure & rewrite readme accordingly
This commit is contained in:
parent
a2f66ba293
commit
d69265c76a
6 changed files with 13 additions and 10 deletions
|
|
@ -8,11 +8,11 @@ with pkgs;
|
|||
( self: super: {
|
||||
|
||||
journalctl-last-invocation = callPackage (
|
||||
import packages/journalctl-last-invocation/package.nix
|
||||
import journalctl-last-invocation/package.nix
|
||||
) {};
|
||||
|
||||
nix-store-fuzzy-find = callPackage (
|
||||
import packages/nix-store-fuzzy-find/package.nix
|
||||
import nix-store-fuzzy-find/package.nix
|
||||
) {};
|
||||
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue