Regroupement paquets unstables dans un seul overlay
This commit is contained in:
parent
c3972d0a12
commit
fa7ff33dd5
@ -1,11 +0,0 @@
|
||||
self: super:
|
||||
let
|
||||
# unstable = import <nixos-unstable> {};
|
||||
unstable = import (fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/fc2c606a7ac8fb48be4181f777d029bd75c0c58a.tar.gz";
|
||||
sha256 = "1sd4587ip0fc05nwbaiiqqfx5ra2iyjdcmrapda4g41m0c9cyd34";
|
||||
}) {};
|
||||
in
|
||||
{
|
||||
jackett = unstable.jackett;
|
||||
}
|
10
overlays/unstable_pkgs.nix
Normal file
10
overlays/unstable_pkgs.nix
Normal file
@ -0,0 +1,10 @@
|
||||
self: super:
|
||||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
in
|
||||
{
|
||||
jackett = unstable.jackett;
|
||||
radarr = unstable.radarr;
|
||||
sonarr = unstable.sonarr;
|
||||
emby = unstable.emby;
|
||||
}
|
@ -42,7 +42,7 @@
|
||||
(import ../../overlays/site-musique.nix)
|
||||
(import ../../overlays/vsftpd.nix)
|
||||
(import ../../overlays/dogetipbot-telegram.nix)
|
||||
(import ../../overlays/jackett.nix)
|
||||
(import ../../overlays/unstable_pkgs.nix)
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
|
Loading…
Reference in New Issue
Block a user