disable nixpkgs aliases
This commit is contained in:
parent
2416a30b3f
commit
65b043fa85
1 changed files with 4 additions and 0 deletions
|
@ -25,4 +25,8 @@
|
|||
warn-dirty = false;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
allowAliases = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue