mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix wrong scopes in default.nix
This commit is contained in:
parent
814c639775
commit
d4d2b8ae71
@ -25,7 +25,7 @@ let
|
||||
package = pkgs.legacyPackages.${system}.nixUnstable;
|
||||
nixPath= [ "nixpkgs=${pkgs}" ];
|
||||
registry.nixpkgs.flake = pkgs;
|
||||
registry.nixpkgs-unstable.flake = pkgs.unstable;
|
||||
registry.nixpkgs-unstable.flake = flakes.nixpkgs-unstable;
|
||||
}
|
||||
;}
|
||||
] ++ extraModules
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
core = { editor = "emacsclient"; };
|
||||
gpg = lib.mkIf config.variables.git.gpgsm {
|
||||
format = "x509";
|
||||
program = "${pkgs.gpgsm}/bin/gpgsm";
|
||||
program = "${pkgs.gnupg}/bin/gpgsm";
|
||||
};
|
||||
#gpg = {
|
||||
# format = "x509";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user