mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
{ config, ... }: {
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
unstable = import <nixos-unstable> {
|
||||
config = config.nixpkgs.config;
|
||||
};
|
||||
unstable = import <nixos-unstable> { config = config.nixpkgs.config; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user