Attempt at using lix
Without remote builds and with my laptop setup it's not really viable for now :(
This commit is contained in:
parent
e68be9e665
commit
c4bb02b16e
4 changed files with 127 additions and 5 deletions
13
flake.nix
13
flake.nix
|
@ -2,6 +2,19 @@
|
|||
description = "Geoffrey Frogeye's base configurations";
|
||||
|
||||
inputs = {
|
||||
# Package manager
|
||||
lix = {
|
||||
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
|
||||
flake = false;
|
||||
};
|
||||
lix-module = {
|
||||
url = "git+https://git.lix.systems/lix-project/nixos-module";
|
||||
inputs = {
|
||||
lix.follows = "lix";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
# Packages
|
||||
nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
unixpkgs.url = "nixpkgs";
|
||||
# OS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue