mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
5dadf60db8
commit
ae89c7df74
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, nixpkgs-unstable, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../packages.nix
|
||||
|
@ -11,7 +11,7 @@
|
|||
inputs.nur.overlays.default
|
||||
inputs.fenix.overlays.default
|
||||
(final: prev: {
|
||||
unstable = import nixpkgs-unstable {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = prev.system;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue