modules/lix: Use unstable/lix instead of compiling it myself
This commit is contained in:
parent
17ec3de386
commit
6866f72031
3 changed files with 6 additions and 16 deletions
|
@ -1,16 +1,6 @@
|
|||
let
|
||||
module = fetchTarball {
|
||||
name = "source";
|
||||
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
|
||||
sha256 = "sha256-YMLrcBpf0TR5r/eaqm8lxzFPap2TxCor0ZGcK3a7+b8=";
|
||||
};
|
||||
lixSrc = fetchTarball {
|
||||
name = "source";
|
||||
url = "https://git.lix.systems/lix-project/lix/archive/2.92.0.tar.gz";
|
||||
sha256 = "sha256-CCKIAE84dzkrnlxJCKFyffAxP3yfsOAbdvydUGqq24g=";
|
||||
};
|
||||
unstable = import <nixos-unstable> { };
|
||||
in
|
||||
# This is the core of the code you need; it is an exercise to the
|
||||
# reader to write the sources in a nicer way, or by using npins or
|
||||
# similar pinning tools.
|
||||
import "${module}/module.nix" { lix = lixSrc; }
|
||||
{
|
||||
nix.package = unstable.lix;
|
||||
}
|
||||
|
|
2
overlay
2
overlay
|
@ -1 +1 @@
|
|||
Subproject commit 62209bcff29f6d2d1a643870b643d6c9d2577d5f
|
||||
Subproject commit 7fc544758f1004ca7e193acc4a8d0ee784e585a9
|
2
secrets
2
secrets
|
@ -1 +1 @@
|
|||
Subproject commit b5be7037c16f25899be906029de9dc9cb6f79ff8
|
||||
Subproject commit 0073a1ebe983e942b7a9513ef33ad29c6ac8d6ac
|
Loading…
Add table
Reference in a new issue