1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Merge branch 'main' into redesign/flake

This commit is contained in:
Stefan Ellmauthaler 2022-06-10 17:42:45 +02:00
commit 36c217380e
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256
3 changed files with 11 additions and 9 deletions

View File

@ -5,7 +5,10 @@ let
name = if builtins.isString args then args else args.name;
system = if args ? system then args.system else "x86_64-linux";
extraModules = if args ? extraModules then args.extraModules else [ ];
extraOverlays = if args ? extraOverlays then args.extraOverlays else [ overlay-unstable overlay-comma ];
extraOverlays = if args ? extraOverlays then args.extraOverlays else [
overlay-unstable
# overlay-comma
];
pkgs = flakes.nixpkgs;
configuration = if args ? configuration then args.configuration else import ./baseconfiguration.nix {inherit extraOverlays system pkgs name flakes flakeOutputs;} ;
overlay-unstable = final: prev: {
@ -15,9 +18,9 @@ let
};
};
overlay-comma = final: prev: {
comma = flakes.comma.packages."${system}";
};
# overlay-comma = final: prev: {
# comma = flakes.comma.packages."${system}";
# };
in
{
inherit name;

7
flake.lock generated
View File

@ -84,8 +84,7 @@
"type": "github"
}
},
"flake-compat": {
"flake": false,
"flake-utils": {
"locked": {
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
@ -95,8 +94,8 @@
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},

View File

@ -53,7 +53,7 @@ let
free-keys
highlight-indentation
helm
helm-bbdb
#helm-bbdb
helm-company
helm-flx
helm-descbinds