mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: make configurations self sufficient
This commit is contained in:
parent
2c59fe5342
commit
f710f7cef9
3 changed files with 10 additions and 8 deletions
|
|
@ -1,9 +1,8 @@
|
|||
# Entry point to cherry pick modules
|
||||
{
|
||||
self,
|
||||
sources,
|
||||
...
|
||||
}: let
|
||||
let
|
||||
self = import ../../../default.nix {};
|
||||
sources = import ../../sources.nix;
|
||||
|
||||
hostname = "vanadium";
|
||||
system = "x86_64-linux";
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue