1
0
Fork 0

Install nom

This commit is contained in:
Malte Brandy 2020-10-03 21:16:00 +02:00
parent b5502ac91a
commit b478a4cea0
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 12 additions and 1 deletions

View file

@ -23,6 +23,12 @@
"rev": "2590f2dfa35b6a5a22993c5a79c50a8596febf5d",
"type": "git"
},
"nix-output-monitor": {
"ref": "master",
"repo": "git@hera.m-0.eu:nix-output-monitor",
"rev": "acb1030d1377356881c3d6debf9701f31ba03452",
"type": "git"
},
"nixos-hardware": {
"branch": "master",
"description": "A collection of NixOS modules covering hardware quirks.",

View file

@ -0,0 +1,5 @@
final: prev:
let master = import prev.sources.nixpkgs-master { };
in {
nix-output-monitor = import prev.sources.nix-output-monitor { pkgs = final; };
}

View file

@ -11,7 +11,7 @@ self: super: {
inherit (self)
git-crypt htop tree pwgen borgbackup inotifyTools direnv socat nmap ncdu
tcpdump tmux tig exa fzf ag fd bat ripgrep ranger pass sshuttle vnstat
entr libargon2 mblaze niv compsize mediainfo asciinema gomuks;
entr libargon2 mblaze niv compsize mediainfo asciinema gomuks nix-output-monitor;
};
my-home-pkgs = {