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:
commit
36c217380e
11
default.nix
11
default.nix
@ -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
7
flake.lock
generated
@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@ -53,7 +53,7 @@ let
|
||||
free-keys
|
||||
highlight-indentation
|
||||
helm
|
||||
helm-bbdb
|
||||
#helm-bbdb
|
||||
helm-company
|
||||
helm-flx
|
||||
helm-descbinds
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user