chore: adapt flake for 'nix flake check'

This commit is contained in:
Swarsel 2024-12-10 18:09:50 +01:00
parent 584cc31ce3
commit 453869609c
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 24 additions and 14 deletions

View file

@ -37,6 +37,9 @@
statix
nix-tree
# shellscripts
shfmt
# local file sharing
wormhole-rs

View file

@ -10,7 +10,7 @@ in
nix.settings.experimental-features = "nix-command flakes";
nixpkgs = {
hostPlatform = "x86_64-darwin";
inherit (outputs) overlays;
overlays = outputs.overlaysList;
config = {
allowUnfree = true;
};

View file

@ -4,7 +4,7 @@
imports = builtins.attrValues outputs.homeManagerModules;
nixpkgs = {
inherit (outputs) overlays;
overlays = outputs.overlaysList;
config = {
allowUnfree = true;
};

View file

@ -29,7 +29,7 @@ in
nixpkgs = {
inherit (outputs) overlays;
overlays = outputs.overlaysList;
config = {
allowUnfree = true;
};

View file

@ -23,7 +23,7 @@ in
nixpkgs = {
inherit (outputs) overlays;
overlays = outputs.overlaysList;
config = {
allowUnfree = true;
};