Skip to content

Commit

Permalink
lix you
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldsteinE committed Jul 17, 2024
1 parent 12d5ab0 commit 32af22d
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 32 deletions.
144 changes: 114 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
naersk.url = "github:nmattia/naersk";
fenix.url = "github:nix-community/fenix";
classified = {
Expand Down
4 changes: 3 additions & 1 deletion metal.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
inputs @ { nixpkgs, classified, home-manager, ... }: nixpkgs.lib.nixosSystem rec {
inputs @ { nixpkgs, classified, home-manager, lix-module, ... }: nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
modules = [
# Lix instead of Nix
lix-module.nixosModules.default
# external imports
classified.nixosModules."${system}".default
home-manager.nixosModules.home-manager
Expand Down
4 changes: 3 additions & 1 deletion think.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
inputs @ { nixpkgs, classified, home-manager, ... }: nixpkgs.lib.nixosSystem rec {
inputs @ { nixpkgs, classified, home-manager, lix-module, ... }: nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
modules = [
# Lix instead of Nix
lix-module.nixosModules.default
# external imports
classified.nixosModules."${system}".default
home-manager.nixosModules.home-manager
Expand Down

0 comments on commit 32af22d

Please sign in to comment.