mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-26 10:08:51 -05:00
Revert "because why would you ever backport a change"
This reverts commit f9062cfec6
.
This commit is contained in:
parent
e2032f52f8
commit
e19d49ea72
1 changed files with 3 additions and 3 deletions
|
@ -86,11 +86,11 @@
|
|||
};
|
||||
nixosConfigurations = {
|
||||
nixd = nixpkgs.lib.nixosSystem { };
|
||||
serverpc = nixpkgs-unstable.lib.nixosSystem rec {
|
||||
serverpc = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
stable = import nixpkgs {
|
||||
unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
@ -102,7 +102,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
_module.args = {
|
||||
unstable = pkgs;
|
||||
stable = pkgs;
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue