refactor: Use relative path for nixpkgs-mozilla
This commit is contained in:
parent
7d09557096
commit
0f099705f7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let rust-overlay = import "/etc/nixos/nixpkgs-mozilla/rust-overlay.nix";
|
||||
let rust-overlay = import nixpkgs-mozilla/rust-overlay.nix;
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
in {
|
||||
imports =
|
||||
|
|
Loading…
Reference in a new issue