mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: dont build ragenix from source
This commit is contained in:
parent
4878a74137
commit
8c2a98ffb0
1 changed files with 3 additions and 1 deletions
|
@ -195,7 +195,9 @@
|
||||||
zen-browser = inputs.zen-browser.packages.${pkgs.system}.default;
|
zen-browser = inputs.zen-browser.packages.${pkgs.system}.default;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
environment.systemPackages = [ inputs.agenix.packages.${pkgs.system}.default ];
|
# instead of using ragenix from agenix which builds from
|
||||||
|
# source, use ragenix packaged in nixpkgs
|
||||||
|
environment.systemPackages = [ pkgs.ragenix ];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue