1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2025-01-01 15:59:45 -05:00
parent 5dadf60db8
commit ae89c7df74
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -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;
};
})