Attempt at using lix

Without remote builds and with my laptop setup it's not really viable
for now :(
This commit is contained in:
Geoffrey Frogeye 2024-05-06 22:26:36 +02:00
parent e68be9e665
commit c4bb02b16e
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 127 additions and 5 deletions

View file

@ -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